asymptote: enable off-screen rendering (and configure build to find boehmgc)

svn path=/nixpkgs/trunk/; revision=31472
This commit is contained in:
Peter Simons 2012-01-10 20:32:25 +00:00
parent fedda96bee
commit f5bd12aa80

View file

@ -20,7 +20,7 @@ rec {
inherit (s) name;
inherit buildInputs;
configureFlags = [];
configureFlags = "--enable-gc=${a.boehmgc} --enable-offscreen";
/* doConfigure should be removed if not needed */
phaseNames = ["setVars" "doUnpack" "fixPaths" "extractTexinfoTex"