diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix index 5782ec9fbedf..b1d5b0ad84f9 100644 --- a/pkgs/development/libraries/mesa/default.nix +++ b/pkgs/development/libraries/mesa/default.nix @@ -10,6 +10,7 @@ , file , flex , glslang +, spirv-tools , intltool , jdupes , libdrm @@ -226,7 +227,7 @@ in stdenv.mkDerivation { directx-headers elfutils expat - glslang + spirv-tools libglvnd libomxil-bellagio libunwind @@ -275,7 +276,9 @@ in stdenv.mkDerivation { python3Packages.mako python3Packages.ply jdupes - glslang + # Use bin output from glslang to not propagate the dev output at + # the build time with the host glslang. + (lib.getBin glslang) rustc rust-bindgen rust-cbindgen