qt6.qttools: build qdoc

This commit is contained in:
rewine 2023-03-27 00:09:13 +08:00
parent 2ae0a16d59
commit 12d74ff027
No known key found for this signature in database
GPG Key ID: AABB329787290824

View File

@ -3,12 +3,16 @@
, lib
, qtbase
, qtdeclarative
, llvmPackages
, cups
, substituteAll
}:
qtModule {
pname = "qttools";
buildInputs = [
llvmPackages.libclang
llvmPackages.llvm
];
qtInputs = [ qtbase qtdeclarative ];
propagatedBuildInputs = lib.optionals stdenv.isDarwin [ cups ];
patches = [