Merge pull request #165333 from Artturin/systemmonitoraddreqdeps

plasma-systemmonitor: add required dependencies
This commit is contained in:
Artturi 2022-03-23 01:15:48 +02:00 committed by GitHub
commit ffae3b2360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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