plasma-systemmonitor: init at 5.21.1
This commit is contained in:
parent
2ae8d4bc95
commit
c78e0e376c
@ -131,6 +131,7 @@ let
|
|||||||
plasma-integration = callPackage ./plasma-integration {};
|
plasma-integration = callPackage ./plasma-integration {};
|
||||||
plasma-nm = callPackage ./plasma-nm {};
|
plasma-nm = callPackage ./plasma-nm {};
|
||||||
plasma-pa = callPackage ./plasma-pa.nix { inherit gconf; };
|
plasma-pa = callPackage ./plasma-pa.nix { inherit gconf; };
|
||||||
|
plasma-systemmonitor = callPackage ./plasma-systemmonitor.nix { };
|
||||||
plasma-thunderbolt = callPackage ./plasma-thunderbolt.nix { };
|
plasma-thunderbolt = callPackage ./plasma-thunderbolt.nix { };
|
||||||
plasma-vault = callPackage ./plasma-vault {};
|
plasma-vault = callPackage ./plasma-vault {};
|
||||||
plasma-workspace = callPackage ./plasma-workspace {};
|
plasma-workspace = callPackage ./plasma-workspace {};
|
||||||
|
32
pkgs/desktops/plasma-5/plasma-systemmonitor.nix
Normal file
32
pkgs/desktops/plasma-5/plasma-systemmonitor.nix
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{ mkDerivation
|
||||||
|
, lib
|
||||||
|
, extra-cmake-modules
|
||||||
|
, kdoctools
|
||||||
|
, qtquickcontrols2
|
||||||
|
, kconfig
|
||||||
|
, kcoreaddons
|
||||||
|
, ki18n
|
||||||
|
, kiconthemes
|
||||||
|
, kitemmodels
|
||||||
|
, kitemviews
|
||||||
|
, knewstuff
|
||||||
|
, libksysguard
|
||||||
|
, qtbase
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "plasma-systemmonitor";
|
||||||
|
meta.broken = lib.versionOlder qtbase.version "5.15.0";
|
||||||
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
|
buildInputs = [
|
||||||
|
qtquickcontrols2
|
||||||
|
kconfig
|
||||||
|
kcoreaddons
|
||||||
|
ki18n
|
||||||
|
kitemmodels
|
||||||
|
kitemviews
|
||||||
|
knewstuff
|
||||||
|
kiconthemes
|
||||||
|
libksysguard
|
||||||
|
];
|
||||||
|
}
|
@ -945,13 +945,29 @@ mapAliases ({
|
|||||||
yakuake
|
yakuake
|
||||||
;
|
;
|
||||||
inherit (plasma5Packages)
|
inherit (plasma5Packages)
|
||||||
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth discover
|
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth
|
||||||
kactivitymanagerd kde-cli-tools kde-gtk-config kdeplasma-addons kgamma5
|
discover
|
||||||
kinfocenter kmenuedit kscreen kscreenlocker ksshaskpass ksysguard
|
kactivitymanagerd
|
||||||
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-browser-integration
|
kde-cli-tools kde-gtk-config kdeplasma-addons
|
||||||
plasma-desktop plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
|
kgamma5
|
||||||
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
|
kinfocenter
|
||||||
systemsettings xdg-desktop-portal-kde
|
kmenuedit
|
||||||
|
kscreen kscreenlocker ksshaskpass ksysguard
|
||||||
|
kwallet-pam kwayland-integration kwin kwrited
|
||||||
|
milou
|
||||||
|
oxygen
|
||||||
|
plasma-browser-integration
|
||||||
|
plasma-desktop
|
||||||
|
plasma-integration
|
||||||
|
plasma-nm
|
||||||
|
plasma-pa
|
||||||
|
plasma-systemmonitor
|
||||||
|
plasma-thunderbolt
|
||||||
|
plasma-vault
|
||||||
|
plasma-workspace plasma-workspace-wallpapers
|
||||||
|
polkit-kde-agent powerdevil
|
||||||
|
sddm-kcm systemsettings
|
||||||
|
xdg-desktop-portal-kde
|
||||||
;
|
;
|
||||||
inherit (plasma5Packages.thirdParty)
|
inherit (plasma5Packages.thirdParty)
|
||||||
plasma-applet-caffeine-plus
|
plasma-applet-caffeine-plus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user