mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: slurm-monitor: Update to 0.4.4.
* gnu/packages/networking.scm (slurm-monitor): Update to 0.4.4. [build-system]: Change to MESON-BUILD-SYSTEM. [native-inputs]: Add PKG-CONFIG.
This commit is contained in:
parent
859a10a47d
commit
e08ffa2447
1 changed files with 4 additions and 3 deletions
|
@ -593,7 +593,7 @@ (define-public rtmpdump
|
|||
(define-public slurm-monitor
|
||||
(package
|
||||
(name "slurm-monitor")
|
||||
(version "0.4.3")
|
||||
(version "0.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -603,9 +603,10 @@ (define-public slurm-monitor
|
|||
(commit (string-append "upstream/" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1n6pgrcs8gwrcq5fch1q3yk3jipjwrf21s9a13fbjrl903g5zzv9"))))
|
||||
(build-system cmake-build-system)
|
||||
(base32 "07q8895bxsajkwip8dgrrwr1m8a10xnl4p0g6wqcrd2wf4hx5gn3"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments `(#:tests? #f)) ;no tests
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list ncurses))
|
||||
(synopsis "Network load monitor")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue