mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
kde5.systemsettings: propagate all buildInputs
This commit is contained in:
parent
a196901566
commit
fd272ea970
|
@ -11,10 +11,11 @@ plasmaPackage {
|
|||
makeQtWrapper
|
||||
];
|
||||
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 = ''
|
||||
wrapQtProgram "$out/bin/systemsettings5"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue