1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

kde5.ksysguard: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 12:55:47 -05:00
parent b63b3485a0
commit bb74e9afa5

View file

@ -10,10 +10,10 @@ plasmaPackage {
kdoctools
makeQtWrapper
];
buildInputs = [
propagatedBuildInputs = [
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
kdelibs4support ki18n
];
propagatedBuildInputs = [ kdelibs4support ki18n ];
postInstall = ''
wrapQtProgram "$out/bin/ksysguardd"
'';