summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-01-10 20:32:25 +0000
committerPeter Simons <simons@cryp.to>2012-01-10 20:32:25 +0000
commitf5bd12aa80b36185fda85ed05c6eeac7f1cbf0a1 (patch)
tree807f4201219b9c95df79208caf6d8cb94dffd487 /pkgs/tools/graphics
parentfedda96beef394f5e766238b5d54c210e0b245a8 (diff)
downloadnixlib-f5bd12aa80b36185fda85ed05c6eeac7f1cbf0a1.tar
nixlib-f5bd12aa80b36185fda85ed05c6eeac7f1cbf0a1.tar.gz
nixlib-f5bd12aa80b36185fda85ed05c6eeac7f1cbf0a1.tar.bz2
nixlib-f5bd12aa80b36185fda85ed05c6eeac7f1cbf0a1.tar.lz
nixlib-f5bd12aa80b36185fda85ed05c6eeac7f1cbf0a1.tar.xz
nixlib-f5bd12aa80b36185fda85ed05c6eeac7f1cbf0a1.tar.zst
nixlib-f5bd12aa80b36185fda85ed05c6eeac7f1cbf0a1.zip
asymptote: enable off-screen rendering (and configure build to find boehmgc)
svn path=/nixpkgs/trunk/; revision=31472
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/asymptote/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/asymptote/default.nix b/pkgs/tools/graphics/asymptote/default.nix
index b314da4a3ed0..f03025f45033 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"