qt6.qttools: pin LLVM 20

Qt 6.9 doesn't support LLVM 21.
This commit is contained in:
K900
2025-09-19 07:58:22 +03:00
parent 70625468e9
commit dc2e4ebdec
@@ -6,16 +6,17 @@
qtbase,
qtdeclarative,
cups,
llvmPackages,
llvmPackages_20,
# clang-based c++ parser for qdoc and lupdate
withClang ? false,
}:
qtModule {
pname = "qttools";
# FIXME: update to LLVM 21 with Qt 6.10
buildInputs = lib.optionals withClang [
llvmPackages.libclang
llvmPackages.llvm
llvmPackages_20.libclang
llvmPackages_20.llvm
];
propagatedBuildInputs = [
qtbase