summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 13:03:34 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:43 -0500
commitfd272ea970df5c23857a825d723a68bdabc32c61 (patch)
tree1c3bcefd46b560f352938338a91f369701418dbe /pkgs/desktops
parenta19690156626dfabbd10756a6db606de2c093c84 (diff)
downloadnixlib-fd272ea970df5c23857a825d723a68bdabc32c61.tar
nixlib-fd272ea970df5c23857a825d723a68bdabc32c61.tar.gz
nixlib-fd272ea970df5c23857a825d723a68bdabc32c61.tar.bz2
nixlib-fd272ea970df5c23857a825d723a68bdabc32c61.tar.lz
nixlib-fd272ea970df5c23857a825d723a68bdabc32c61.tar.xz
nixlib-fd272ea970df5c23857a825d723a68bdabc32c61.tar.zst
nixlib-fd272ea970df5c23857a825d723a68bdabc32c61.zip
kde5.systemsettings: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix b/pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix
index a921e153dbc2..47264cf38fd7 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/systemsettings.nix
@@ -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"
   '';