kde5.ksysguard: propagate all buildInputs
This commit is contained in:
parent
b63b3485a0
commit
bb74e9afa5
@ -10,10 +10,10 @@ plasmaPackage {
|
|||||||
kdoctools
|
kdoctools
|
||||||
makeQtWrapper
|
makeQtWrapper
|
||||||
];
|
];
|
||||||
buildInputs = [
|
propagatedBuildInputs = [
|
||||||
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
|
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
|
||||||
|
kdelibs4support ki18n
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ kdelibs4support ki18n ];
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/ksysguardd"
|
wrapQtProgram "$out/bin/ksysguardd"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user