mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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
|
||||
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"
|
||||
|
|
|
@ -11010,7 +11010,7 @@ let
|
|||
texFunctions = import ../tools/typesetting/tex/nix pkgs;
|
||||
|
||||
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
|
||||
libjpeg bison python fontconfig flex poppler libpaper graphite2
|
||||
makeWrapper;
|
||||
|
|
Loading…
Reference in a new issue