Loading pkgs/development/libraries/mesa/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ stdenv.mkDerivation { (lib.mesonEnable "valgrind" withValgrind) # Enable Intel RT stuff when available (lib.mesonEnable "intel-rt" (stdenv.hostPlatform.isx86_64 or stdenv.hostPlatform.isAarch64)) (lib.mesonEnable "intel-rt" (stdenv.hostPlatform.isx86_64 || stdenv.hostPlatform.isAarch64)) # meson auto_features enables these, but we do not want them (lib.mesonEnable "gallium-mediafoundation" false) # Windows only Loading Loading
pkgs/development/libraries/mesa/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ stdenv.mkDerivation { (lib.mesonEnable "valgrind" withValgrind) # Enable Intel RT stuff when available (lib.mesonEnable "intel-rt" (stdenv.hostPlatform.isx86_64 or stdenv.hostPlatform.isAarch64)) (lib.mesonEnable "intel-rt" (stdenv.hostPlatform.isx86_64 || stdenv.hostPlatform.isAarch64)) # meson auto_features enables these, but we do not want them (lib.mesonEnable "gallium-mediafoundation" false) # Windows only Loading