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:
parent
0d2b66dff2
commit
94237b3452
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user