about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/libksysguard
diff options
context:
space:
mode:
authorTom Hall <tahall256@protonmail.ch>2020-09-05 15:18:05 +0100
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-12 16:05:44 -0600
commita604b073b7516e4f237a8c23bca1f1fe54d5f8aa (patch)
tree52c0a9816121adbb0c9bb1a86a4d392d9dc5ad00 /pkgs/desktops/plasma-5/libksysguard
parent953461a1652d24f7b7f484569e9de0eaa3fb4538 (diff)
plasma5: 5.18.5 -> 5.20.3
Diffstat (limited to 'pkgs/desktops/plasma-5/libksysguard')
-rw-r--r--pkgs/desktops/plasma-5/libksysguard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/libksysguard/default.nix b/pkgs/desktops/plasma-5/libksysguard/default.nix
index 96d113e11fb62..40f223dd100ce 100644
--- a/pkgs/desktops/plasma-5/libksysguard/default.nix
+++ b/pkgs/desktops/plasma-5/libksysguard/default.nix
@@ -3,7 +3,7 @@
   extra-cmake-modules,
   kauth, kcompletion, kconfig, kconfigwidgets, kcoreaddons, ki18n, kiconthemes,
   kservice, kwidgetsaddons, kwindowsystem, plasma-framework, qtscript, qtwebengine,
-  qtx11extras
+  qtx11extras, knewstuff
 }:
 
 mkDerivation {
@@ -15,7 +15,7 @@ mkDerivation {
   buildInputs = [
     kauth kconfig ki18n kiconthemes kwindowsystem kcompletion kconfigwidgets
     kcoreaddons kservice kwidgetsaddons plasma-framework qtscript qtx11extras
-    qtwebengine
+    qtwebengine knewstuff
   ];
   outputs = [ "bin" "dev" "out" ];
 }