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
wip/yesman
Matthew Bauer 5 years ago
parent 0d2b66dff2
commit 94237b3452
  1. 1
      pkgs/top-level/release-cross.nix

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

Loading…
Cancel
Save