From 94237b34524f40e5499e32a382419d9284e20b96 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Thu, 2 May 2019 21:00:05 -0400 Subject: [PATCH] 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 --- pkgs/top-level/release-cross.nix | 1 + 1 file changed, 1 insertion(+) 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 {