fig2dev: Enable transfig binary
This commit is contained in:
parent
0806fcb901
commit
0ee4629994
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
GSEXE="${ghostscript}/bin/gs";
|
||||
|
||||
configureFlags = [ "--enable-transfig" ];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/fig2ps2tex \
|
||||
--set PATH ${lib.makeBinPath [ coreutils bc gnugrep gawk ]}
|
||||
|
|
Loading…
Reference in a new issue