Merge pull request #60827 from matthewbauer/add-mesa-to-release-cross
release-cross.nix: add mesa to platforms
This commit is contained in:
commit
47a8f9d883
@ -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