qtdoc/qtcreator: use qttools with clang support

This commit is contained in:
rewine 2023-06-26 22:56:51 +08:00
parent d6cb6539a0
commit 4e5204700c
No known key found for this signature in database
GPG key ID: AABB329787290824
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ qtModule {
--replace '$QT_INSTALL_DOCS' "${qtbase}/share/doc"
done
'';
nativeBuildInputs = [ qttools ];
nativeBuildInputs = [ (qttools.override { withClang = true; }) ];
qtInputs = [ qtdeclarative ];
cmakeFlags = [
"-DCMAKE_MESSAGE_LOG_LEVEL=STATUS"

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
qttools
(qttools.override { withClang = true; })
wrapQtAppsHook
python3
ninja