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
|
# 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 {
|
coccinelle = callPackage ../development/tools/misc/coccinelle {
|
||||||
ocamlPackages = ocaml-ng.ocamlPackages_4_05;
|
ocamlPackages = ocaml-ng.ocamlPackages_4_05;
|
||||||
@ -15043,7 +15043,7 @@ in
|
|||||||
kwidgetsaddons kwindowsystem kxmlgui kxmlrpcclient modemmanager-qt
|
kwidgetsaddons kwindowsystem kxmlgui kxmlrpcclient modemmanager-qt
|
||||||
networkmanager-qt plasma-framework prison qqc2-desktop-style solid sonnet
|
networkmanager-qt plasma-framework prison qqc2-desktop-style solid sonnet
|
||||||
syntax-highlighting syndication threadweaver kirigami2 kholidays kpurpose
|
syntax-highlighting syndication threadweaver kirigami2 kholidays kpurpose
|
||||||
kcontacts kquickcharts;
|
kcontacts kquickcharts kdoctools kapidox;
|
||||||
|
|
||||||
### KDE PLASMA 5
|
### KDE PLASMA 5
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user