3
0
Fork 0
forked from mirrors/nixpkgs

* Mesa only builds on Linux.

svn path=/nixpkgs/trunk/; revision=31640
This commit is contained in:
Eelco Dolstra 2012-01-18 18:45:00 +00:00
parent faedda84ef
commit f6db0ed1e0

View file

@ -12,5 +12,5 @@ rec {
unix = linux ++ darwin ++ freebsd ++ openbsd;
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
allBut = platform: lists.filter (x: platform != x) all;
mesaPlatforms = linux ++ darwin ++ freebsd;
mesaPlatforms = linux;
}