Merge pull request #60827 from matthewbauer/add-mesa-to-release-cross

release-cross.nix: add mesa to platforms
This commit is contained in:
Matthew Bauer
2019-05-06 15:53:19 -04:00
committed by GitHub

View File

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