mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
ksysguard: replace with throw alias
It was deprecated in favour of system-monitor Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
parent
a5cf968a5f
commit
85dcd8d3ed
|
@ -271,7 +271,6 @@ in
|
|||
kmenuedit
|
||||
kscreen
|
||||
kscreenlocker
|
||||
ksysguard
|
||||
kwayland
|
||||
kwin
|
||||
kwrited
|
||||
|
|
|
@ -123,12 +123,13 @@ let
|
|||
kscreen = callPackage ./kscreen.nix {};
|
||||
kscreenlocker = callPackage ./kscreenlocker.nix {};
|
||||
ksshaskpass = callPackage ./ksshaskpass.nix {};
|
||||
ksysguard = callPackage ./ksysguard.nix {};
|
||||
ksysguard = throw "ksysguard has been replaced with plasma-systemmonitor";
|
||||
kwallet-pam = callPackage ./kwallet-pam.nix {};
|
||||
kwayland-integration = callPackage ./kwayland-integration.nix {};
|
||||
kwayland-server = callPackage ./kwayland-server {};
|
||||
kwin = callPackage ./kwin {};
|
||||
kwrited = callPackage ./kwrited.nix {};
|
||||
layer-shell-qt = callPackage ./layer-shell-qt.nix {};
|
||||
libkscreen = callPackage ./libkscreen {};
|
||||
libksysguard = callPackage ./libksysguard {};
|
||||
milou = callPackage ./milou.nix {};
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
mkDerivation,
|
||||
extra-cmake-modules, kdoctools,
|
||||
kconfig, kconfigwidgets, kcoreaddons, kcmutils, kholidays,
|
||||
kio, knewstuff, kpurpose, kross, krunner, kservice, ksysguard,
|
||||
kio, knewstuff, kpurpose, kross, krunner, kservice,
|
||||
kunitconversion, ibus, plasma-framework, plasma-workspace, qtdeclarative,
|
||||
qtwebengine, qtx11extras
|
||||
}:
|
||||
|
@ -12,7 +12,7 @@ mkDerivation {
|
|||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
kconfig kconfigwidgets kcoreaddons kcmutils kholidays kio
|
||||
knewstuff kpurpose kross krunner kservice ksysguard kunitconversion ibus
|
||||
knewstuff kpurpose kross krunner kservice kunitconversion ibus
|
||||
plasma-framework plasma-workspace qtdeclarative qtwebengine qtx11extras
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules, kdoctools,
|
||||
libcap, libpcap, lm_sensors,
|
||||
kconfig, kcoreaddons, ki18n, kiconthemes, kinit, kitemviews,
|
||||
knewstuff, libksysguard, qtbase,
|
||||
networkmanager-qt, libnl
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "ksysguard";
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
kconfig kcoreaddons kitemviews kinit kiconthemes knewstuff libksysguard
|
||||
ki18n libcap libpcap lm_sensors networkmanager-qt libnl
|
||||
];
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
attica, baloo, kaccounts-integration, kactivities, kactivities-stats, kauth,
|
||||
kcmutils, kdbusaddons, kdeclarative, kded, kdelibs4support, kemoticons,
|
||||
kglobalaccel, ki18n, kitemmodels, knewstuff, knotifications, knotifyconfig,
|
||||
kpeople, krunner, kscreenlocker, ksysguard, kwallet, kwin, phonon,
|
||||
kpeople, krunner, kscreenlocker, kwallet, kwin, phonon,
|
||||
plasma-framework, plasma-workspace, qqc2-desktop-style, xf86inputlibinput
|
||||
}:
|
||||
|
||||
|
@ -28,7 +28,7 @@ mkDerivation {
|
|||
attica baloo kaccounts-integration kactivities kactivities-stats kauth
|
||||
kcmutils kdbusaddons kdeclarative kded kdelibs4support kemoticons
|
||||
kglobalaccel ki18n kitemmodels knewstuff knotifications knotifyconfig
|
||||
kpeople krunner kscreenlocker ksysguard kwallet kwin plasma-framework
|
||||
kpeople krunner kscreenlocker kwallet kwin plasma-framework
|
||||
plasma-workspace qqc2-desktop-style
|
||||
];
|
||||
|
||||
|
|
|
@ -1120,7 +1120,7 @@ mapAliases ({
|
|||
kgamma5
|
||||
kinfocenter
|
||||
kmenuedit
|
||||
kscreen kscreenlocker ksshaskpass ksysguard
|
||||
kscreen kscreenlocker ksshaskpass
|
||||
kwallet-pam kwayland-integration kwin kwrited
|
||||
milou
|
||||
oxygen
|
||||
|
|
Loading…
Reference in a new issue