lol

fig2dev: Enable transfig binary

+2
+2
pkgs/applications/graphics/fig2dev/default.nix
··· 25 25 26 26 GSEXE="${ghostscript}/bin/gs"; 27 27 28 + configureFlags = [ "--enable-transfig" ]; 29 + 28 30 postInstall = '' 29 31 wrapProgram $out/bin/fig2ps2tex \ 30 32 --set PATH ${lib.makeBinPath [ coreutils bc gnugrep gawk ]}