Add potrace to texLive dependencies
This commit is contained in:
parent
26c8490ea1
commit
a852b53bff
@ -112,7 +112,9 @@ rec {
|
|||||||
freetype t1lib gd libXaw icu ghostscript ed libXt libXpm libXmu libXext
|
freetype t1lib gd libXaw icu ghostscript ed libXt libXpm libXmu libXext
|
||||||
xextproto perl libSM ruby expat curl libjpeg python fontconfig xz pkgconfig
|
xextproto perl libSM ruby expat curl libjpeg python fontconfig xz pkgconfig
|
||||||
poppler libpaper graphite2 lesstif zziplib harfbuzz texinfo ]
|
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"
|
configureFlags = [ "--with-x11" "--enable-ipc" "--with-mktexfmt"
|
||||||
"--enable-shared" "--disable-native-texlive-build" "--with-system-zziplib"
|
"--enable-shared" "--disable-native-texlive-build" "--with-system-zziplib"
|
||||||
|
@ -11010,7 +11010,7 @@ let
|
|||||||
texFunctions = import ../tools/typesetting/tex/nix pkgs;
|
texFunctions = import ../tools/typesetting/tex/nix pkgs;
|
||||||
|
|
||||||
texLive = builderDefsPackage (import ../tools/typesetting/tex/texlive) {
|
texLive = builderDefsPackage (import ../tools/typesetting/tex/texlive) {
|
||||||
inherit builderDefs zlib bzip2 ncurses libpng ed lesstif ruby
|
inherit builderDefs zlib bzip2 ncurses libpng ed lesstif ruby potrace
|
||||||
gd t1lib freetype icu perl expat curl xz pkgconfig zziplib texinfo
|
gd t1lib freetype icu perl expat curl xz pkgconfig zziplib texinfo
|
||||||
libjpeg bison python fontconfig flex poppler libpaper graphite2
|
libjpeg bison python fontconfig flex poppler libpaper graphite2
|
||||||
makeWrapper;
|
makeWrapper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user