mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Add go-github-com-zillode-notify.
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): New variable.
This commit is contained in:
parent
4cf6827de3
commit
52ff28e4aa
1 changed files with 26 additions and 0 deletions
|
@ -1867,3 +1867,29 @@ (define-public go-github-com-tjfoc-gmsm-sm4
|
|||
Authentication and Privacy Infrastructure).")
|
||||
(home-page "https://github.com/tjfoc/gmsm")
|
||||
(license asl2.0))))
|
||||
|
||||
(define-public go-github-com-zillode-notify
|
||||
(let ((commit "54e3093eb7377fd139c4605f475cc78e83610b9d")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-zillode-notify")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/zillode/notify")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xmj0bh15hqbzq5qsbi2nb2lihl1pqdh1vwalwmxywnda3w68xj6"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#: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")
|
||||
(description "This package provides @code{notify}, a filesystem event
|
||||
notification library in Go.")
|
||||
(home-page "https://github.com/zillode/notify")
|
||||
(license expat))))
|
||||
|
|
Loading…
Reference in a new issue