plasma-systemmonitor: add required dependencies

This commit is contained in:
Artturin 2022-03-22 23:20:06 +02:00
parent bb82344ca6
commit 44d602cc8f

View File

@ -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
];
}