forked from mirrors/nixpkgs
Adding some 'arm' as mesa platforms. Otherwise assertions won't let me
build some pieces.
This commit is contained in:
parent
c42d77aa35
commit
77bf593ea2
|
@ -12,5 +12,5 @@ rec {
|
|||
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
|
||||
none = [];
|
||||
allBut = platform: lists.filter (x: platform != x) all;
|
||||
mesaPlatforms = ["i686-linux" "x86_64-linux" "x86_64-darwin"];
|
||||
mesaPlatforms = ["i686-linux" "x86_64-linux" "x86_64-darwin" "armv5tel-linux" "armv6l-linux"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue