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
commit 47a8f9d883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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