3
0
Fork 0
forked from mirrors/nixpkgs

Adding some 'arm' as mesa platforms. Otherwise assertions won't let me

build some pieces.
This commit is contained in:
Lluís Batlle i Rossell 2013-02-17 00:28:22 +01:00
parent c42d77aa35
commit 77bf593ea2

View file

@ -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"];
}