From f5bd12aa80b36185fda85ed05c6eeac7f1cbf0a1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 10 Jan 2012 20:32:25 +0000 Subject: [PATCH] asymptote: enable off-screen rendering (and configure build to find boehmgc) svn path=/nixpkgs/trunk/; revision=31472 --- pkgs/tools/graphics/asymptote/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/asymptote/default.nix b/pkgs/tools/graphics/asymptote/default.nix index b314da4a3ed..f03025f4503 100644 --- a/pkgs/tools/graphics/asymptote/default.nix +++ b/pkgs/tools/graphics/asymptote/default.nix @@ -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"