lomiri.lomiri-download-manager: Enable qdoc docs

This commit is contained in:
OPNA2608 2024-10-31 13:18:59 +01:00
parent d04843ce60
commit e0d5bd98ff

View File

@ -9,8 +9,7 @@
, cmake-extras
, dbus
, dbus-test-runner
# Needs qdoc, https://github.com/NixOS/nixpkgs/pull/245379
, withDocumentation ? false
, withDocumentation ? true
, doxygen
, glog
, graphviz
@ -20,6 +19,7 @@
, python3
, qtbase
, qtdeclarative
, qttools
, validatePkgConfig
, wrapQtAppsHook
, xvfb-run
@ -77,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
] ++ lib.optionals withDocumentation [
doxygen
graphviz
qttools # qdoc
];
buildInputs = [