release-cross.nix: add mesa to platforms

mesa is very portable and useful. we should make sure these work on
all of the platforms we support
This commit is contained in:
Matthew Bauer 2019-05-02 21:00:05 -04:00
parent 0d2b66dff2
commit 94237b3452

View File

@ -24,6 +24,7 @@ let
libcCross = nativePlatforms; libcCross = nativePlatforms;
nix = nativePlatforms; nix = nativePlatforms;
nixUnstable = nativePlatforms; nixUnstable = nativePlatforms;
mesa = nativePlatforms;
}; };
gnuCommon = lib.recursiveUpdate common { gnuCommon = lib.recursiveUpdate common {