mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Merge pull request #165333 from Artturin/systemmonitoraddreqdeps
plasma-systemmonitor: add required dependencies
This commit is contained in:
commit
ffae3b2360
@ -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
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user