mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-shirou-gopsutil: Reformat with guix style.
* gnu/packages/golang-xyz.scm (go-github-com-shirou-gopsutil): Reformat with guix style. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
12b8b129b3
commit
06d6f3debf
1 changed files with 11 additions and 10 deletions
|
@ -1099,15 +1099,15 @@ Metrics library.")
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-shirou-gopsutil")
|
(name "go-github-com-shirou-gopsutil")
|
||||||
(version "2.21.11")
|
(version "2.21.11")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/shirou/gopsutil")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/shirou/gopsutil")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"0gpb10xkdwfimn1sp4jhrvzz4p3zgmdb78q8v23nap3yi6v4bff5"))))
|
(base32 "0gpb10xkdwfimn1sp4jhrvzz4p3zgmdb78q8v23nap3yi6v4bff5"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1132,7 +1132,8 @@ Metrics library.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify procps))
|
(list go-github-com-stretchr-testify procps))
|
||||||
(synopsis "Process and system monitoring in Go")
|
(synopsis "Process and system monitoring in Go")
|
||||||
(description "This package provides a library for retrieving information
|
(description
|
||||||
|
"This package provides a library for retrieving information
|
||||||
on running processes and system utilization (CPU, memory, disks, network,
|
on running processes and system utilization (CPU, memory, disks, network,
|
||||||
sensors).")
|
sensors).")
|
||||||
(home-page "https://github.com/shirou/gopsutil")
|
(home-page "https://github.com/shirou/gopsutil")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue