diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-05-09 00:38:36 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:12 +0800 |
commit | 0aacc7211c9ab863971b3cfb8ae215d2bed1ec87 (patch) | |
tree | 13860289f3c59c3bf280b186e1b5107caa598d76 | |
parent | 8474973c95c2c49210bebafc8e51258d44693e92 (diff) | |
download | guix-0aacc7211c9ab863971b3cfb8ae215d2bed1ec87.tar.gz guix-0aacc7211c9ab863971b3cfb8ae215d2bed1ec87.zip |
gnu: Remove ksysguard.
* gnu/packages/kde-plasma.scm (ksysguard): Delete variable.
Change-Id: I4a11f1dfba65e74e10399377ff5284fb48a4088a
-rw-r--r-- | gnu/packages/kde-plasma.scm | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 79c8c852fc..8c70eee1a4 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1124,43 +1124,6 @@ an elegant and intuitive experience for your tasks and plasmoids.") "@code{kscreenlocker} is a library for creating secure lock screens.") (license license:gpl2+))) -(define-public ksysguard - (package - (name "ksysguard") - (version "5.22.0") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/ksysguard/" version - "/ksysguard-" version ".tar.xz")) - (sha256 - (base32 "0bb2aj46v7ig0wn3ir68igryl2gblz2n75cddn8fwamvbx76570g")))) - (build-system qt-build-system) - ;; TODO: No tests found - (native-inputs - (list extra-cmake-modules kdoctools)) - (inputs - (list kconfig - kcoreaddons - kdbusaddons - ki18n - kiconthemes - kinit - kio - kitemviews - knewstuff - knotifications - kwindowsystem - libksysguard - `(,lm-sensors "lib") - qtbase-5)) - (home-page "https://www.kde.org/applications/system/ksysguard/") - (synopsis "Plasma process and performance monitor") - (description "KSysGuard is a program to monitor various elements of your -system, or any other remote system with the KSysGuard daemon (ksysgardd) -installed.") - (license license:gpl2+))) - (define-public libkscreen (package (name "libkscreen") |