about summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2011-01-05 09:31:49 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2011-01-05 09:31:49 +0000
commita3c649f969daa3428a4ce9981cbf2ada65e7cf69 (patch)
tree8a859fd13c86eb1df5e1b4ca9d55c138bf2d0541 /pkgs/tools/graphics
parent8a019554f5d47d3d42d886bb635ee255025b8f66 (diff)
downloadnixlib-a3c649f969daa3428a4ce9981cbf2ada65e7cf69.tar
nixlib-a3c649f969daa3428a4ce9981cbf2ada65e7cf69.tar.gz
nixlib-a3c649f969daa3428a4ce9981cbf2ada65e7cf69.tar.bz2
nixlib-a3c649f969daa3428a4ce9981cbf2ada65e7cf69.tar.lz
nixlib-a3c649f969daa3428a4ce9981cbf2ada65e7cf69.tar.xz
nixlib-a3c649f969daa3428a4ce9981cbf2ada65e7cf69.tar.zst
nixlib-a3c649f969daa3428a4ce9981cbf2ada65e7cf69.zip
only build asymptote on linux, because it has never built on any platforms other than linux
svn path=/nixpkgs/trunk/; revision=25406
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 92b8a980a8d7..303fc0868745 100644
--- a/pkgs/tools/graphics/asymptote/default.nix
+++ b/pkgs/tools/graphics/asymptote/default.nix
@@ -49,6 +49,6 @@ rec {
       a.lib.maintainers.raskin
     ];
     platforms = with a.lib.platforms; 
-      linux ++ freebsd ++ darwin;
+      linux;
   };
 }