Add potrace to texLive dependencies

This commit is contained in:
Michael Raskin
2014-06-10 11:25:03 +04:00
parent 26c8490ea1
commit a852b53bff
2 changed files with 4 additions and 2 deletions

View File

@@ -112,7 +112,9 @@ rec {
freetype t1lib gd libXaw icu ghostscript ed libXt libXpm libXmu libXext
xextproto perl libSM ruby expat curl libjpeg python fontconfig xz pkgconfig
poppler libpaper graphite2 lesstif zziplib harfbuzz texinfo ]
++ stdenv.lib.optionals stdenv.isDarwin [ makeWrapper ];
++ stdenv.lib.optionals (! stdenv.isDarwin) [ potrace ]
++ stdenv.lib.optionals stdenv.isDarwin [ makeWrapper ]
;
configureFlags = [ "--with-x11" "--enable-ipc" "--with-mktexfmt"
"--enable-shared" "--disable-native-texlive-build" "--with-system-zziplib"