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:
parent
5c33b7350b
commit
0a2ae78216
|
@ -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"];
|
||||
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue