mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 19:45:54 +00:00
kdoctools, kapidox: Remove out of top-level scope
They do depend on qt5, and putting them in top level scope could cause qt5 incompatibilities errors.
This commit is contained in:
parent
c0d5cf4993
commit
6b6f680831
|
@ -10834,7 +10834,7 @@ in
|
|||
};
|
||||
|
||||
# Does not actually depend on Qt 5
|
||||
inherit (kdeFrameworks) extra-cmake-modules kapidox kdoctools;
|
||||
inherit (kdeFrameworks) extra-cmake-modules;
|
||||
|
||||
coccinelle = callPackage ../development/tools/misc/coccinelle {
|
||||
ocamlPackages = ocaml-ng.ocamlPackages_4_05;
|
||||
|
@ -15043,7 +15043,7 @@ in
|
|||
kwidgetsaddons kwindowsystem kxmlgui kxmlrpcclient modemmanager-qt
|
||||
networkmanager-qt plasma-framework prison qqc2-desktop-style solid sonnet
|
||||
syntax-highlighting syndication threadweaver kirigami2 kholidays kpurpose
|
||||
kcontacts kquickcharts;
|
||||
kcontacts kquickcharts kdoctools kapidox;
|
||||
|
||||
### KDE PLASMA 5
|
||||
|
||||
|
|
Loading…
Reference in a new issue