summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-06-08 10:26:24 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-06-08 10:26:24 -0500
commitbcd6e295d7f61caabd3dad99f63497e1276e52b3 (patch)
treefd352380cf0c051e18ed783c841bdddf81bf3cb5 /pkgs/desktops
parent964665eb1c75e0bb596e08a92a6c872b5ae06a31 (diff)
downloadnixpkgs-bcd6e295d7f61caabd3dad99f63497e1276e52b3.tar
nixpkgs-bcd6e295d7f61caabd3dad99f63497e1276e52b3.tar.gz
nixpkgs-bcd6e295d7f61caabd3dad99f63497e1276e52b3.tar.bz2
nixpkgs-bcd6e295d7f61caabd3dad99f63497e1276e52b3.tar.lz
nixpkgs-bcd6e295d7f61caabd3dad99f63497e1276e52b3.tar.xz
nixpkgs-bcd6e295d7f61caabd3dad99f63497e1276e52b3.tar.zst
nixpkgs-bcd6e295d7f61caabd3dad99f63497e1276e52b3.zip
kde5.plasma-workspace: add iso-codes dependency
Fixes #16040. CMake finds the iso-codes dependency through pkgconfig.
Diffstat (limited to 'pkgs/desktops')
-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 f4da82bc86a..bb65e1af937 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);