about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-06-08 14:58:35 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-06-08 14:58:35 -0500
commit8dae2eddcfad999a7f8252e43789b0e78d66e6d1 (patch)
tree7a5c1dae319272784c1d5d820a4724acd366fc58 /pkgs/desktops/kde-5
parentb214c6b64fde1ef5fc549cb8e0f99884f3ec03f7 (diff)
downloadnixlib-8dae2eddcfad999a7f8252e43789b0e78d66e6d1.tar
nixlib-8dae2eddcfad999a7f8252e43789b0e78d66e6d1.tar.gz
nixlib-8dae2eddcfad999a7f8252e43789b0e78d66e6d1.tar.bz2
nixlib-8dae2eddcfad999a7f8252e43789b0e78d66e6d1.tar.lz
nixlib-8dae2eddcfad999a7f8252e43789b0e78d66e6d1.tar.xz
nixlib-8dae2eddcfad999a7f8252e43789b0e78d66e6d1.tar.zst
nixlib-8dae2eddcfad999a7f8252e43789b0e78d66e6d1.zip
kde5.kdeplasma-addons: add missing ksysguard dependency
Diffstat (limited to 'pkgs/desktops/kde-5')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/kdeplasma-addons.nix14
1 files changed, 8 insertions, 6 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/kdeplasma-addons.nix b/pkgs/desktops/kde-5/plasma-5.6/kdeplasma-addons.nix
index 570112e44804..3371e17beaf8 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/kdeplasma-addons.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/kdeplasma-addons.nix
@@ -1,7 +1,8 @@
-{ plasmaPackage, extra-cmake-modules, kdoctools, ibus, kconfig
-, kconfigwidgets, kcoreaddons, kcmutils, kdelibs4support, ki18n
-, kio, knewstuff, kross, krunner, kservice, kunitconversion
+{ plasmaPackage, extra-cmake-modules, kdoctools
+, kconfig, kconfigwidgets, kcoreaddons, kcmutils, kdelibs4support, ki18n
+, kio, knewstuff, kross, krunner, kservice, ksysguard, kunitconversion
 , plasma-framework, plasma-workspace, qtdeclarative, qtx11extras
+, ibus
 }:
 
 plasmaPackage {
@@ -11,8 +12,9 @@ plasmaPackage {
     kdoctools
   ];
   propagatedBuildInputs = [
-    kdelibs4support kio kross krunner plasma-framework plasma-workspace
-    qtdeclarative qtx11extras ibus kconfig kconfigwidgets kcoreaddons kcmutils
-    knewstuff kservice kunitconversion
+    kconfig kconfigwidgets kcoreaddons kcmutils kdelibs4support kio knewstuff
+    kross krunner kservice ksysguard kunitconversion plasma-framework
+    plasma-workspace qtdeclarative qtx11extras
+    ibus
   ];
 }