diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix index 633770b6862c8c..f40a4b4bb111e3 100644 --- a/pkgs/development/libraries/mesa/default.nix +++ b/pkgs/development/libraries/mesa/default.nix @@ -159,6 +159,7 @@ in stdenv.mkDerivation { outputs = [ "out" "dev" "drivers" "driversdev" "opencl" "teflon" "osmesa" + ] ++ lib.optionals (lib.elem "d3d12" galliumDrivers) [ # the Dozen drivers depend on libspirv2dxil, but link it statically, and # libspirv2dxil itself is pretty chonky, so relocate it to its own output in # case anything wants to use it at some point