Fix PDF export.
svn path=/nixpkgs/trunk/; revision=26293
This commit is contained in:
parent
b043946163
commit
43bed60351
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "02gqalr775r4xyfy4bq3qq1h3pkarsxjb6ami7lgxfgmyg6ca5kn";
|
||||
};
|
||||
|
||||
buildInputs = [ guile libX11 libXext makeWrapper ];
|
||||
buildInputs = [ guile libX11 libXext makeWrapper ghostscriptX ];
|
||||
|
||||
patchPhase = (if tex == null then ''
|
||||
gunzip < ${fullFontsSrc} | (cd TeXmacs && tar xvf -)
|
||||
|
Loading…
Reference in New Issue
Block a user