summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-21 15:43:22 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-25 19:04:24 -0500
commit99c06657dfd220722dd3f70c3afcb23fc484f894 (patch)
tree275c4415e9712afe7e1ba825804e9e2f9181a919 /pkgs/desktops
parentffc217883c5c792f2876c22e2827d480ae12f6bb (diff)
downloadnixpkgs-99c06657dfd220722dd3f70c3afcb23fc484f894.tar
nixpkgs-99c06657dfd220722dd3f70c3afcb23fc484f894.tar.gz
nixpkgs-99c06657dfd220722dd3f70c3afcb23fc484f894.tar.bz2
nixpkgs-99c06657dfd220722dd3f70c3afcb23fc484f894.tar.lz
nixpkgs-99c06657dfd220722dd3f70c3afcb23fc484f894.tar.xz
nixpkgs-99c06657dfd220722dd3f70c3afcb23fc484f894.tar.zst
nixpkgs-99c06657dfd220722dd3f70c3afcb23fc484f894.zip
kde5_latest.kdeplasma-addons: add plasma-workspace input
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/kdeplasma-addons.nix6
1 files changed, 3 insertions, 3 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 d6a96a3276d..128cfe34d0d 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,7 @@
 { plasmaPackage, extra-cmake-modules, kdoctools, ibus, kconfig
 , kconfigwidgets, kcoreaddons, kcmutils, kdelibs4support, ki18n
 , kio, knewstuff, kross, krunner, kservice, kunitconversion
-, plasma-framework, qtdeclarative, qtx11extras
+, plasma-framework, plasma-workspace, qtdeclarative, qtx11extras
 }:
 
 plasmaPackage {
@@ -15,7 +15,7 @@ plasmaPackage {
     knewstuff kservice kunitconversion
   ];
   propagatedBuildInputs = [
-    kdelibs4support kio kross krunner plasma-framework qtdeclarative
-    qtx11extras
+    kdelibs4support kio kross krunner plasma-framework plasma-workspace
+    qtdeclarative qtx11extras
   ];
 }