gnu: go-github-com-prometheus-procfs: Re-indent.
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): Re-indent the package.
This commit is contained in:
parent
3d2e2bf6b8
commit
681ac9a66c
@ -876,31 +876,31 @@ Prometheus metrics.")
|
|||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-prometheus-procfs
|
(define-public go-github-com-prometheus-procfs
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-prometheus-procfs")
|
(name "go-github-com-prometheus-procfs")
|
||||||
(version "0.0.11")
|
(version "0.0.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/prometheus/procfs.git")
|
(url "https://github.com/prometheus/procfs.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1msc8bfywsmrgr2ryqjdqwkxiz1ll08r3qgvaka2507z1wpcpj2c"))))
|
"1msc8bfywsmrgr2ryqjdqwkxiz1ll08r3qgvaka2507z1wpcpj2c"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/prometheus/procfs"
|
'(#:import-path "github.com/prometheus/procfs"
|
||||||
;; The tests require Go modules, which are not yet supported in Guix's
|
;; The tests require Go modules, which are not yet supported in Guix's
|
||||||
;; Go build system.
|
;; Go build system.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
|
`(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
|
||||||
(synopsis "Go library for reading @file{/proc}")
|
(synopsis "Go library for reading @file{/proc}")
|
||||||
(description "The @code{procfs} Go package provides functions to retrieve
|
(description "The @code{procfs} Go package provides functions to retrieve
|
||||||
system, kernel, and process metrics from the @file{/proc} pseudo file system.")
|
system, kernel, and process metrics from the @file{/proc} pseudo file system.")
|
||||||
(home-page "https://github.com/prometheus/procfs")
|
(home-page "https://github.com/prometheus/procfs")
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-prometheus-client-golang
|
(define-public go-github-com-prometheus-client-golang
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user