mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
lomiri.lomiri-download-manager: Enable qdoc docs
This commit is contained in:
parent
d04843ce60
commit
e0d5bd98ff
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user