about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-06-08 10:27:08 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-06-08 10:27:08 -0500
commit719b8e6d4ca385c1d32116165098023026d93637 (patch)
tree2598c631b745d11b9010b42a68b8a8c7a6c581c8 /pkgs
parentccf7048307f2bc0e7005f338822e00e3a4c8f777 (diff)
parentbcd6e295d7f61caabd3dad99f63497e1276e52b3 (diff)
downloadnixlib-719b8e6d4ca385c1d32116165098023026d93637.tar
nixlib-719b8e6d4ca385c1d32116165098023026d93637.tar.gz
nixlib-719b8e6d4ca385c1d32116165098023026d93637.tar.bz2
nixlib-719b8e6d4ca385c1d32116165098023026d93637.tar.lz
nixlib-719b8e6d4ca385c1d32116165098023026d93637.tar.xz
nixlib-719b8e6d4ca385c1d32116165098023026d93637.tar.zst
nixlib-719b8e6d4ca385c1d32116165098023026d93637.zip
Merge branch 'plasma-workspace-iso-codes'
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/plasma-workspace/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace/default.nix b/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace/default.nix
index f4da82bc86a3..bb65e1af9370 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace/default.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/plasma-workspace/default.nix
@@ -3,9 +3,9 @@
 , baloo, kactivities, kcmutils, kconfig, kcrash, kdbusaddons, kdeclarative
 , kdelibs4support, kdesu, kglobalaccel, kidletime, kjsembed, knewstuff
 , knotifyconfig, kpackage, krunner, ktexteditor, ktextwidgets, kwallet, kwayland
-, kwin, kxmlrpcclient, libdbusmenu, libkscreen, libksysguard, libSM, libXcursor
-, networkmanager-qt, pam, phonon, plasma-framework, qtquickcontrols
-, qtscript, qtx11extras, solid, wayland
+, kwin, kxmlrpcclient, libkscreen, libksysguard, networkmanager-qt, phonon
+, plasma-framework, qtquickcontrols, qtscript, qtx11extras, solid
+, isocodes, libdbusmenu, libSM, libXcursor, pam, wayland
 }:
 
 plasmaPackage {
@@ -15,13 +15,13 @@ plasmaPackage {
     extra-cmake-modules
     kdoctools
   ];
-  propagatedBuildInputs = [
+  buildInputs = [
     baloo kactivities kcmutils kconfig kcrash kdbusaddons kdeclarative
     kdelibs4support kdesu kglobalaccel kidletime kjsembed knewstuff
     knotifyconfig kpackage krunner ktexteditor ktextwidgets kwallet kwayland
-    kwin kxmlrpcclient libdbusmenu libkscreen libksysguard libSM libXcursor
-    networkmanager-qt pam phonon plasma-framework qtquickcontrols
-    qtscript qtx11extras solid wayland
+    kwin kxmlrpcclient libkscreen libksysguard networkmanager-qt phonon
+    plasma-framework qtquickcontrols qtscript qtx11extras solid
+    isocodes libdbusmenu libSM libXcursor pam wayland
   ];
 
   patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);