summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 12:49:41 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:35 -0500
commit3f4e8ab4677ae71917a4a5fc8fed2bdb72c39bcc (patch)
treeb8cd27ed599b326d6a4cf1ea6b4d6719bec33a00 /pkgs/desktops
parentff7c15b41dd0ebc0ea4589a7399c22b198d38bd4 (diff)
downloadnixlib-3f4e8ab4677ae71917a4a5fc8fed2bdb72c39bcc.tar
nixlib-3f4e8ab4677ae71917a4a5fc8fed2bdb72c39bcc.tar.gz
nixlib-3f4e8ab4677ae71917a4a5fc8fed2bdb72c39bcc.tar.bz2
nixlib-3f4e8ab4677ae71917a4a5fc8fed2bdb72c39bcc.tar.lz
nixlib-3f4e8ab4677ae71917a4a5fc8fed2bdb72c39bcc.tar.xz
nixlib-3f4e8ab4677ae71917a4a5fc8fed2bdb72c39bcc.tar.zst
nixlib-3f4e8ab4677ae71917a4a5fc8fed2bdb72c39bcc.zip
kde5.breeze-qt5: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/breeze-qt5.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/breeze-qt5.nix b/pkgs/desktops/kde-5/plasma-5.6/breeze-qt5.nix
index 63ade168805d..f641b48c82bc 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/breeze-qt5.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/breeze-qt5.nix
@@ -10,11 +10,9 @@ plasmaPackage {
     extra-cmake-modules
     makeQtWrapper
   ];
-  buildInputs = [
-    kcmutils kconfigwidgets kcoreaddons kdecoration kguiaddons
-  ];
   propagatedBuildInputs = [
     frameworkintegration ki18n kwindowsystem plasma-framework qtx11extras
+    kcmutils kconfigwidgets kcoreaddons kdecoration kguiaddons
   ];
   cmakeFlags = [ "-DUSE_Qt4=OFF" ];
   postInstall = ''