summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-05-02 21:00:05 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-05-02 21:00:05 -0400
commit94237b34524f40e5499e32a382419d9284e20b96 (patch)
tree268c2ba4b636ca461c69c40dd608d1be6777516d /pkgs/top-level/release-cross.nix
parent0d2b66dff20609e9d8888558def28a173aa85099 (diff)
downloadnixpkgs-94237b34524f40e5499e32a382419d9284e20b96.tar
nixpkgs-94237b34524f40e5499e32a382419d9284e20b96.tar.gz
nixpkgs-94237b34524f40e5499e32a382419d9284e20b96.tar.bz2
nixpkgs-94237b34524f40e5499e32a382419d9284e20b96.tar.lz
nixpkgs-94237b34524f40e5499e32a382419d9284e20b96.tar.xz
nixpkgs-94237b34524f40e5499e32a382419d9284e20b96.tar.zst
nixpkgs-94237b34524f40e5499e32a382419d9284e20b96.zip
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
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index 86864bb17a7..acccd155e08 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -24,6 +24,7 @@ let
     libcCross = nativePlatforms;
     nix = nativePlatforms;
     nixUnstable = nativePlatforms;
+    mesa = nativePlatforms;
   };
 
   gnuCommon = lib.recursiveUpdate common {