mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-fsnotify-fsnotify): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I56f234c1dbb956f97d9d733bc9d7b5dd572830f8
This commit is contained in:
parent
8ee3669af4
commit
3e3b6202aa
2 changed files with 25 additions and 24 deletions
|
@ -2870,6 +2870,31 @@ quoting, commenting, and escaping.")
|
|||
(home-page "https://github.com/flynn-archive/go-shlex")
|
||||
(license license:asl2.0))))
|
||||
|
||||
(define-public go-github-com-fsnotify-fsnotify
|
||||
(package
|
||||
(name "go-github-com-fsnotify-fsnotify")
|
||||
(version "1.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/fsnotify/fsnotify")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1h7vs21lkj4bqbw5a6mqykaf56y181r0nja7c8pzajkvbsc39y8m"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/fsnotify/fsnotify"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys))
|
||||
(home-page "https://github.com/fsnotify/fsnotify")
|
||||
(synopsis "File system notifications for Go")
|
||||
(description
|
||||
"File system notifications for Go")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-fxamacker-cbor-v2
|
||||
(package
|
||||
(name "go-github-com-fxamacker-cbor-v2")
|
||||
|
|
|
@ -3329,30 +3329,6 @@ GNU extensions} to the POSIX recommendations for command-line options.")
|
|||
all types of configuration needs and formats.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-fsnotify-fsnotify
|
||||
(package
|
||||
(name "go-github-com-fsnotify-fsnotify")
|
||||
(version "1.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/fsnotify/fsnotify")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h7vs21lkj4bqbw5a6mqykaf56y181r0nja7c8pzajkvbsc39y8m"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/fsnotify/fsnotify"))
|
||||
(propagated-inputs
|
||||
`(("golang.org/x/sys" ,go-golang-org-x-sys)))
|
||||
(home-page "https://github.com/fsnotify/fsnotify")
|
||||
(synopsis "File system notifications for Go")
|
||||
(description "File system notifications for Go")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-nxadm-tail
|
||||
(package
|
||||
(name "go-github-com-nxadm-tail")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue