mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
asymptote: enable off-screen rendering (and configure build to find boehmgc)
svn path=/nixpkgs/trunk/; revision=31472
This commit is contained in:
parent
fedda96bee
commit
f5bd12aa80
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user