My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/desktops/plasma-5/plasma-systemmonitor.nix

37 lines
563 B

{ mkDerivation
, lib
, extra-cmake-modules
, kdoctools
, qtquickcontrols2
, kconfig
, kcoreaddons
, ki18n
, kiconthemes
, kitemmodels
, kitemviews
, knewstuff
, libksysguard
, kquickcharts
, ksystemstats
, qqc2-desktop-style
, qtbase
}:
mkDerivation {
pname = "plasma-systemmonitor";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
qtquickcontrols2
kconfig
kcoreaddons
ki18n
kitemmodels
kitemviews
knewstuff
kiconthemes
libksysguard
kquickcharts
ksystemstats
qqc2-desktop-style
];
}