about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-06-08 13:51:25 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-06-08 13:51:25 -0500
commitb214c6b64fde1ef5fc549cb8e0f99884f3ec03f7 (patch)
treef920b1348c7fa481cc149b2de972838f323d6a01 /pkgs
parent719b8e6d4ca385c1d32116165098023026d93637 (diff)
downloadnixlib-b214c6b64fde1ef5fc549cb8e0f99884f3ec03f7.tar
nixlib-b214c6b64fde1ef5fc549cb8e0f99884f3ec03f7.tar.gz
nixlib-b214c6b64fde1ef5fc549cb8e0f99884f3ec03f7.tar.bz2
nixlib-b214c6b64fde1ef5fc549cb8e0f99884f3ec03f7.tar.lz
nixlib-b214c6b64fde1ef5fc549cb8e0f99884f3ec03f7.tar.xz
nixlib-b214c6b64fde1ef5fc549cb8e0f99884f3ec03f7.tar.zst
nixlib-b214c6b64fde1ef5fc549cb8e0f99884f3ec03f7.zip
kde5.plasma-desktop: add missing ksysguard dependency
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/plasma-desktop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/plasma-desktop/default.nix b/pkgs/desktops/kde-5/plasma-5.6/plasma-desktop/default.nix
index ca09e15bc44d..618e7387e62c 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/plasma-desktop/default.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/plasma-desktop/default.nix
@@ -7,7 +7,7 @@
 , qtsvg, libXcursor, libXft, libxkbfile, xf86inputevdev
 , xf86inputsynaptics, xinput, xkeyboard_config, xorgserver
 , libcanberra_kde, libpulseaudio, makeQtWrapper, utillinux
-, qtquickcontrols
+, qtquickcontrols, ksysguard
 }:
 
 plasmaPackage rec {
@@ -17,14 +17,14 @@ plasmaPackage rec {
     kdoctools
     makeQtWrapper
   ];
-  propagatedBuildInputs = [
+  buildInputs = [
     attica boost fontconfig kcmutils kdbusaddons kded kitemmodels knewstuff
     knotifications knotifyconfig kwallet libcanberra_kde libXcursor
     libpulseaudio libXft libxkbfile phonon qtsvg xf86inputevdev
     xf86inputsynaptics xkeyboard_config xinput baloo kactivities kauth
     kdeclarative kdelibs4support kemoticons kglobalaccel ki18n kpeople krunner
     kwin plasma-framework plasma-workspace qtdeclarative
-    qtquickcontrols qtx11extras
+    qtquickcontrols qtx11extras ksysguard
   ];
   patches = [
     ./0001-qt-5.5-QML-import-paths.patch