openshadinglanguage: explicitly disable Qt to avoid warnings

Otherwise build logs have some scary red output about it missing.
This commit is contained in:
Andrew Marshall
2026-04-27 21:57:26 -04:00
parent 52edbc5063
commit 5cdc846972
@@ -32,6 +32,8 @@ stdenv.mkDerivation (finalAttrs: {
};
cmakeFlags = [
(lib.cmakeBool "USE_QT" false)
# Build system implies llvm-config and llvm-as are in the same directory.
# Override defaults.
(lib.cmakeFeature "LLVM_BC_GENERATOR" "${clang}/bin/clang++")