me
/
guix
Archived
1
0
Fork 0

gnu: sysstat: Update to 12.7.5.

* gnu/packages/linux.scm (sysstat): Update to 12.7.5.
[home-page]: Update URL.
[native-inputs]: Add gettext-minimal.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Change-Id: I64e100786873c8cb4994d710aacddaf556783654
master
Greg Hogan 2023-12-04 18:22:51 +00:00 committed by 宋文武
parent b347c563d2
commit a2506761c4
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 5 additions and 4 deletions
gnu/packages

View File

@ -7497,15 +7497,16 @@ running boot option, and more.")
(define-public sysstat (define-public sysstat
(package (package
(name "sysstat") (name "sysstat")
(version "12.4.4") (version "12.7.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://pagesperso-orange.fr/sebastien.godard/" (uri (string-append "https://sysstat.github.io/sysstat-packages/"
"sysstat-" version ".tar.xz")) "sysstat-" version ".tar.xz"))
(sha256 (sha256
(base32 "091xjip7l52dxal8dsfh5chksr4g9gclnssw3hjjxy84kr3yf4lm")))) (base32 "0ssdrm3k0fclq5b5i0aznfwdkbac9l9cf88idaq3pls9lm040rjp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list gettext-minimal))
(arguments (arguments
`(#:tests? #f ; no test suite. `(#:tests? #f ; no test suite.
;; Without this flag, it tries to install the man pages with group 'root' ;; Without this flag, it tries to install the man pages with group 'root'
@ -7522,7 +7523,7 @@ running boot option, and more.")
(substitute* "Makefile" (substitute* "Makefile"
(("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)") (("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)")
""))))))) "")))))))
(home-page "http://sebastien.godard.pagesperso-orange.fr/") (home-page "https://sysstat.github.io")
(synopsis "Performance monitoring tools for Linux") (synopsis "Performance monitoring tools for Linux")
(description "The sysstat utilities are a collection of performance (description "The sysstat utilities are a collection of performance
monitoring tools for Linux. These include @code{mpstat}, @code{iostat}, monitoring tools for Linux. These include @code{mpstat}, @code{iostat},