summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-27 06:55:21 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:12 -0500
commit2272ef72995d350de47fb988ed36f31d44baf4d8 (patch)
tree944dc199ee138be7834e211deab884a27d3950db /pkgs/desktops
parent5c7783427cbf681edad43c3e8e088de08bdc59fd (diff)
downloadnixpkgs-2272ef72995d350de47fb988ed36f31d44baf4d8.tar
nixpkgs-2272ef72995d350de47fb988ed36f31d44baf4d8.tar.gz
nixpkgs-2272ef72995d350de47fb988ed36f31d44baf4d8.tar.bz2
nixpkgs-2272ef72995d350de47fb988ed36f31d44baf4d8.tar.lz
nixpkgs-2272ef72995d350de47fb988ed36f31d44baf4d8.tar.xz
nixpkgs-2272ef72995d350de47fb988ed36f31d44baf4d8.tar.zst
nixpkgs-2272ef72995d350de47fb988ed36f31d44baf4d8.zip
kde5.plasma-workspace: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix29
1 files changed, 12 insertions, 17 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix b/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix
index 462378aae88..059af52e678 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace.nix
@@ -1,12 +1,11 @@
 { plasmaPackage, lib
 , extra-cmake-modules, kdoctools
-, baloo, kactivities, kcmutils, kcrash, kdbusaddons, kdeclarative
-, kdelibs4support, kdesu, kdewebkit, kglobalaccel, kidletime
-, kjsembed, knewstuff, knotifyconfig, kpackage, krunner
-, ktexteditor, ktextwidgets, kwallet, kwayland, kwin, kxmlrpcclient
-, libdbusmenu, libkscreen, libSM, libXcursor, networkmanager-qt
-, pam, phonon, plasma-framework, qtquick1, qtscript, qtx11extras, wayland
-, libksysguard, kconfig, solid, qtquickcontrols
+, baloo, kactivities, kcmutils, kconfig, kcrash, kdbusaddons, kdeclarative
+, kdelibs4support, kdesu, kdewebkit, kglobalaccel, kidletime, kjsembed, knewstuff
+, knotifyconfig, kpackage, krunner, ktexteditor, ktextwidgets, kwallet, kwayland
+, kwin, kxmlrpcclient, libdbusmenu, libkscreen, libksysguard, libSM, libXcursor
+, networkmanager-qt, pam, phonon, plasma-framework, qtquick1, qtquickcontrols
+, qtscript, qtx11extras, solid, wayland
 }:
 
 plasmaPackage {
@@ -16,17 +15,13 @@ plasmaPackage {
     extra-cmake-modules
     kdoctools
   ];
-  buildInputs = [
-    kcmutils kconfig kcrash kdbusaddons kdesu kdewebkit
-    kjsembed knewstuff knotifyconfig kpackage
-    ktextwidgets kwallet kwayland kxmlrpcclient libdbusmenu libSM
-    libXcursor networkmanager-qt pam phonon qtscript
-    wayland
-  ];
   propagatedBuildInputs = [
-    baloo kactivities kdeclarative kdelibs4support kglobalaccel
-    kidletime krunner ktexteditor kwin libkscreen libksysguard
-    plasma-framework qtquick1 qtquickcontrols qtx11extras solid
+    baloo kactivities kcmutils kconfig kcrash kdbusaddons kdeclarative
+    kdelibs4support kdesu kdewebkit kglobalaccel kidletime kjsembed knewstuff
+    knotifyconfig kpackage krunner ktexteditor ktextwidgets kwallet kwayland
+    kwin kxmlrpcclient libdbusmenu libkscreen libksysguard libSM libXcursor
+    networkmanager-qt pam phonon plasma-framework qtquick1 qtquickcontrols
+    qtscript qtx11extras solid wayland
   ];
 
   postPatch = ''