mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
647888845c
100 changed files with 1294 additions and 694 deletions
|
@ -1693,7 +1693,7 @@ using sh's word-splitting rules.")
|
|||
'(#:import-path "github.com/zillode/notify"))
|
||||
(propagated-inputs
|
||||
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
|
||||
(synopsis "Filesystem event notification library")
|
||||
(synopsis "File system event notification library")
|
||||
(description "This package provides @code{notify}, a file system event
|
||||
notification library in Go.")
|
||||
(home-page "https://github.com/zillode/notify")
|
||||
|
@ -1872,8 +1872,8 @@ Prometheus metrics.")
|
|||
(arguments
|
||||
'(#:import-path "github.com/prometheus/procfs"))
|
||||
(synopsis "Go library for reading @file{/proc}")
|
||||
(description "This Go package @code{procfs} provides functions to retrieve
|
||||
system, kernel and process metrics from the pseudo-filesystem @file{/proc}.")
|
||||
(description "The @code{procfs} Go package provides functions to retrieve
|
||||
system, kernel, and process metrics from the @file{/proc} pseudo file system.")
|
||||
(home-page "https://github.com/prometheus/procfs")
|
||||
(license asl2.0))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue