propagate khtml dependencies

This commit is contained in:
Thomas Tuegel 2015-10-10 11:31:23 -05:00
parent 7534be95be
commit 644045a894
3 changed files with 14 additions and 47 deletions

View file

@ -29,13 +29,15 @@ kdeApp {
kdbusaddons
ki18n
kiconthemes
khtml
kio
kservice
kpty
kwidgetsaddons
libarchive
];
propagatedBuildInputs = [
khtml
];
meta = {
license = with lib.licenses; [ gpl2 lgpl3 ];
maintainers = [ lib.maintainers.ttuegel ];

View file

@ -1,15 +1,6 @@
{ plasmaPackage
, extra-cmake-modules
, kdoctools
, kconfig
, kcoreaddons
, kdbusaddons
, ki18n
, kinit
, kcmutils
, kdelibs4support
, khtml
, kservice
{ plasmaPackage, extra-cmake-modules, kdoctools, kconfig
, kcoreaddons, kdbusaddons, ki18n, kinit, kcmutils, kdelibs4support
, khtml, kservice
}:
plasmaPackage {
@ -19,16 +10,9 @@ plasmaPackage {
kdoctools
];
buildInputs = [
kconfig
kcoreaddons
kdbusaddons
ki18n
kinit
kcmutils
kdelibs4support
khtml
kservice
kconfig kcoreaddons kdbusaddons ki18n kinit kcmutils kservice
];
propagatedBuildInputs = [ kdelibs4support khtml ];
postInstall = ''
wrapKDEProgram "$out/bin/khelpcenter"
'';

View file

@ -1,17 +1,6 @@
{ plasmaPackage
, extra-cmake-modules
, kdoctools
, kitemviews
, kcmutils
, ki18n
, kio
, kservice
, kiconthemes
, kwindowsystem
, kxmlgui
, kdbusaddons
, kconfig
, khtml
{ plasmaPackage, extra-cmake-modules, kdoctools, kitemviews
, kcmutils, ki18n, kio, kservice, kiconthemes, kwindowsystem
, kxmlgui, kdbusaddons, kconfig, khtml
}:
plasmaPackage {
@ -21,18 +10,10 @@ plasmaPackage {
kdoctools
];
buildInputs = [
kitemviews
kcmutils
ki18n
kio
kservice
kiconthemes
kwindowsystem
kxmlgui
kdbusaddons
kconfig
khtml
kitemviews kcmutils ki18n kio kservice kiconthemes kwindowsystem
kxmlgui kdbusaddons kconfig
];
propagatedBuildInputs = [ khtml ];
postInstall = ''
wrapKDEProgram "$out/bin/systemsettings5"
'';