From af6c8a33d9673aa7f30a0421a169aec87ae74594 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 2 Jun 2014 22:58:16 +0000 Subject: [PATCH] texlive: add note to clarify why dvisvgm fails to work on darwin --- pkgs/tools/typesetting/tex/texlive/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix index 685d51aab0f..22ce7739a74 100644 --- a/pkgs/tools/typesetting/tex/texlive/default.nix +++ b/pkgs/tools/typesetting/tex/texlive/default.nix @@ -121,6 +121,14 @@ rec { ++ stdenv.lib.optionals stdenv.isDarwin [ # TODO: We should be able to fix these tests "--disable-devnag" + + # jww (2014-06-02): The following fails with: + # FAIL: tests/dvisvgm + # =================== + # + # dyld: Library not loaded: libgs.dylib.9.06 + # Referenced from: .../Work/texk/dvisvgm/.libs/dvisvgm + # Reason: image not found "--disable-dvisvgm" ];