Skip to content

Commit 2d4db5a

Browse files
GaetanLepageMattSturgeon
authored andcommitted
Revert "tests/texpresso: disable test"
This reverts commit e75f0aa.
1 parent ba2e2a1 commit 2d4db5a

File tree

1 file changed

+3
-2
lines changed
  • tests/test-sources/plugins/by-name/texpresso

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
{ pkgs, ... }:
12
{
23
empty = {
3-
# FIXME: texpresso is broken upstream
4-
plugins.texpresso.enable = false;
4+
# texpresso is broken on darwin
5+
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
56
};
67
}

0 commit comments

Comments
 (0)