Fix obsolete gs option usage by asymptote

This commit is contained in:
Michael Raskin 2014-11-16 13:28:07 +03:00
parent 1d30b4aabd
commit ef9a3161d7
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,7 @@ rec {
/* doConfigure should be removed if not needed */ /* doConfigure should be removed if not needed */
phaseNames = ["setVars" "doUnpack" "fixPaths" "extractTexinfoTex" phaseNames = ["setVars" "doUnpack" "fixPaths" "extractTexinfoTex"
"fixEpsWrite"
"doConfigure" "dumpRealVars" "doMakeInstall" "fixPathsResult" "doConfigure" "dumpRealVars" "doMakeInstall" "fixPathsResult"
"fixInfoDir"]; "fixInfoDir"];
@ -58,6 +59,10 @@ rec {
cp texinfo-*/doc/texinfo.tex doc/ cp texinfo-*/doc/texinfo.tex doc/
'' ["minInit" "addInputs" "doUnpack"]; '' ["minInit" "addInputs" "doUnpack"];
fixEpsWrite = a.fullDepEntry ''
sed -e 's@epswrite@eps2write@g' -i runlabel.in
'' ["minInit" "addInputs" "doUnpack"];
meta = { meta = {
inherit (s) version; inherit (s) version;
description = "A tool for programming graphics intended to replace Metapost"; description = "A tool for programming graphics intended to replace Metapost";