summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 13:00:41 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:42 -0500
commitee5cc8f5ce8e031d81391f8ec1f2527baa856a79 (patch)
tree6350e8afc69fbaac6c7edaaa64c8eb494395cc31 /pkgs/desktops
parenta022895db1ba6924f174192b76489fdbae258108 (diff)
downloadnixlib-ee5cc8f5ce8e031d81391f8ec1f2527baa856a79.tar
nixlib-ee5cc8f5ce8e031d81391f8ec1f2527baa856a79.tar.gz
nixlib-ee5cc8f5ce8e031d81391f8ec1f2527baa856a79.tar.bz2
nixlib-ee5cc8f5ce8e031d81391f8ec1f2527baa856a79.tar.lz
nixlib-ee5cc8f5ce8e031d81391f8ec1f2527baa856a79.tar.xz
nixlib-ee5cc8f5ce8e031d81391f8ec1f2527baa856a79.tar.zst
nixlib-ee5cc8f5ce8e031d81391f8ec1f2527baa856a79.zip
kde5.plasma-pa: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/plasma-pa.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/plasma-pa.nix b/pkgs/desktops/kde-5/plasma-5.6/plasma-pa.nix
index ff56d1199b15..1712dab773db 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/plasma-pa.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/plasma-pa.nix
@@ -9,10 +9,8 @@ plasmaPackage {
     extra-cmake-modules
     kdoctools
   ];
-  buildInputs = [
-    glib kconfigwidgets kcoreaddons libpulseaudio
-  ];
   propagatedBuildInputs = [
-    kdeclarative kglobalaccel ki18n plasma-framework
+    glib kconfigwidgets kcoreaddons libpulseaudio kdeclarative kglobalaccel
+    ki18n plasma-framework
   ];
 }