summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/plasma-desktop/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-28 10:51:20 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-04 15:08:47 -0600
commitc93c57b8acb59b0904bee2a4208c25e245f50972 (patch)
treea216ebff87b9a7e85ffa8096b3ca3e952edef582 /pkgs/desktops/plasma-5/plasma-desktop/default.nix
parent8ec7f51167b2c23b951509a6ab6b077a9c2778cf (diff)
downloadnixlib-c93c57b8acb59b0904bee2a4208c25e245f50972.tar
nixlib-c93c57b8acb59b0904bee2a4208c25e245f50972.tar.gz
nixlib-c93c57b8acb59b0904bee2a4208c25e245f50972.tar.bz2
nixlib-c93c57b8acb59b0904bee2a4208c25e245f50972.tar.lz
nixlib-c93c57b8acb59b0904bee2a4208c25e245f50972.tar.xz
nixlib-c93c57b8acb59b0904bee2a4208c25e245f50972.tar.zst
nixlib-c93c57b8acb59b0904bee2a4208c25e245f50972.zip
plasma5: 5.8.6 -> 5.9.3
Diffstat (limited to 'pkgs/desktops/plasma-5/plasma-desktop/default.nix')
-rw-r--r--pkgs/desktops/plasma-5/plasma-desktop/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/desktops/plasma-5/plasma-desktop/default.nix b/pkgs/desktops/plasma-5/plasma-desktop/default.nix
index 1ac257057309..1c152500b6a0 100644
--- a/pkgs/desktops/plasma-5/plasma-desktop/default.nix
+++ b/pkgs/desktops/plasma-5/plasma-desktop/default.nix
@@ -6,8 +6,9 @@
   kglobalaccel, ki18n, kitemmodels, knewstuff, knotifications, knotifyconfig,
   kpeople, krunner, ksysguard, kwallet, kwin, libXcursor, libXft,
   libcanberra_kde, libpulseaudio, libxkbfile, phonon, plasma-framework,
-  plasma-workspace, qtdeclarative, qtquickcontrols, qtsvg, qtx11extras,
-  xf86inputevdev, xf86inputsynaptics, xinput, xkeyboard_config, xorgserver,
+  plasma-workspace, qtdeclarative, qtquickcontrols, qtquickcontrols2, qtsvg,
+  qtx11extras, xf86inputevdev, xf86inputsynaptics, xinput, xkeyboard_config,
+  xorgserver,
   utillinux
 }:
 
@@ -21,7 +22,7 @@ plasmaPackage rec {
     xf86inputsynaptics xkeyboard_config xinput baloo kactivities
     kactivities-stats kauth kdeclarative kdelibs4support kemoticons kglobalaccel
     ki18n kpeople krunner kwin plasma-framework plasma-workspace qtdeclarative
-    qtquickcontrols qtx11extras ksysguard
+    qtquickcontrols qtquickcontrols2 qtx11extras ksysguard
   ];
 
   patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);