mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
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-nm = callPackage ./plasma-nm {};
|
||||
plasma-pa = callPackage ./plasma-pa.nix { inherit gconf; };
|
||||
plasma-systemmonitor = callPackage ./plasma-systemmonitor.nix { };
|
||||
plasma-thunderbolt = callPackage ./plasma-thunderbolt.nix { };
|
||||
plasma-vault = callPackage ./plasma-vault {};
|
||||
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
|
||||
;
|
||||
inherit (plasma5Packages)
|
||||
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth discover
|
||||
kactivitymanagerd kde-cli-tools kde-gtk-config kdeplasma-addons kgamma5
|
||||
kinfocenter 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-vault plasma-workspace
|
||||
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
|
||||
systemsettings xdg-desktop-portal-kde
|
||||
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth
|
||||
discover
|
||||
kactivitymanagerd
|
||||
kde-cli-tools kde-gtk-config kdeplasma-addons
|
||||
kgamma5
|
||||
kinfocenter
|
||||
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)
|
||||
plasma-applet-caffeine-plus
|
||||
|
Loading…
Reference in New Issue
Block a user