1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

asympote: fix build

This commit is contained in:
Vladimír Čunát 2014-01-05 09:43:12 +01:00
parent 5c33b7350b
commit 0a2ae78216
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
a @ {
freeglut,ghostscriptX,imagemagick,fftw,
boehmgc,mesa,ncurses,readline,gsl,libsigsegv,
python,zlib, perl, texLive, texinfo, lzma,
python,zlib, perl, texLive, texinfo, xz,
noDepEntry, fullDepEntry, fetchUrlFromSrcInfo,
lib,
@ -20,7 +20,7 @@ let
buildInputs = with a; [
freeglut ghostscriptX imagemagick fftw boehmgc
mesa ncurses readline gsl libsigsegv python zlib
perl texLive texinfo lzma
perl texLive texinfo xz
];
in
rec {
@ -54,7 +54,7 @@ rec {
'';
extractTexinfoTex = a.fullDepEntry ''
lzma -d < ${a.texinfo.src} | tar --wildcards -x texinfo-'*'/doc/texinfo.tex
xz -d < ${a.texinfo.src} | tar --wildcards -x texinfo-'*'/doc/texinfo.tex
cp texinfo-*/doc/texinfo.tex doc/
'' ["minInit" "addInputs" "doUnpack"];

View file

@ -429,9 +429,9 @@ let
asymptote = builderDefsPackage ../tools/graphics/asymptote {
inherit freeglut ghostscriptX imagemagick fftw boehmgc
mesa ncurses readline gsl libsigsegv python zlib perl
texinfo lzma;
texinfo xz;
texLive = texLiveAggregationFun {
paths = [ texLive texLiveExtra ];
paths = [ texLive texLiveExtra texLiveCMSuper ];
};
};