only build asymptote on linux, because it has never built on any platforms other than linux

svn path=/nixpkgs/trunk/; revision=25406
This commit is contained in:
Rob Vermaas 2011-01-05 09:31:49 +00:00
parent 8a019554f5
commit a3c649f969

View File

@ -49,6 +49,6 @@ rec {
a.lib.maintainers.raskin
];
platforms = with a.lib.platforms;
linux ++ freebsd ++ darwin;
linux;
};
}