Skip to content

Commit d709c12

Browse files
GaetanLepageMattSturgeon
authored andcommitted
tests/texpresso: re-enable test on darwin
1 parent 2d4db5a commit d709c12

File tree

1 file changed

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

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
{ pkgs, ... }:
21
{
32
empty = {
4-
# texpresso is broken on darwin
5-
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
3+
plugins.texpresso.enable = true;
64
};
75
}

0 commit comments

Comments
 (0)