texlive: add note to clarify why dvisvgm fails to work on darwin

This commit is contained in:
John Wiegley 2014-06-02 22:58:16 +00:00
parent d2f8422683
commit af6c8a33d9

View file

@ -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"
];