summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-03-22 23:20:06 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-03-22 23:20:17 +0000
commitfa80524e17a7b2cd83e4011a801fd7b2f72c2c7c (patch)
treeeabe2f3ce3e68e96c180a4c07ca1f02ca7a5964c
parentMerge pull request #165338 from NixOS/backport-165288-to-release-21.11 (diff)
downloadnixpkgs-fa80524e17a7b2cd83e4011a801fd7b2f72c2c7c.tar.gz
plasma-systemmonitor: add required dependencies
(cherry picked from commit 44d602cc8f13849187d5bdca9f0b1cb270ef97e4)
-rw-r--r--pkgs/desktops/plasma-5/plasma-systemmonitor.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5/plasma-systemmonitor.nix b/pkgs/desktops/plasma-5/plasma-systemmonitor.nix
index f69808bf4528..70002151d159 100644
--- a/pkgs/desktops/plasma-5/plasma-systemmonitor.nix
+++ b/pkgs/desktops/plasma-5/plasma-systemmonitor.nix
@@ -11,6 +11,9 @@
, kitemviews
, knewstuff
, libksysguard
+, kquickcharts
+, ksystemstats
+, qqc2-desktop-style
, qtbase
}:
@@ -27,5 +30,8 @@ mkDerivation {
knewstuff
kiconthemes
libksysguard
+ kquickcharts
+ ksystemstats
+ qqc2-desktop-style
];
}