kde5.systemsettings: propagate all buildInputs
This commit is contained in:
parent
a196901566
commit
fd272ea970
@ -11,10 +11,11 @@ plasmaPackage {
|
|||||||
makeQtWrapper
|
makeQtWrapper
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
kitemviews kcmutils kservice kiconthemes kxmlgui kdbusaddons
|
|
||||||
kconfig
|
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ khtml ki18n kio kwindowsystem ];
|
propagatedBuildInputs = [
|
||||||
|
khtml ki18n kio kwindowsystem kitemviews kcmutils kservice kiconthemes
|
||||||
|
kxmlgui kdbusaddons kconfig
|
||||||
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/systemsettings5"
|
wrapQtProgram "$out/bin/systemsettings5"
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user