mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: go-github-com-saracen-walker: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-saracen-walker): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib37b06d4712af1ec3937bb14f53f2adc46af490c
This commit is contained in:
parent
5d01c23548
commit
81e18fe086
2 changed files with 26 additions and 24 deletions
|
@ -2216,30 +2216,6 @@ per-goroutine.")
|
|||
(home-page "https://github.com/jtolds/gls")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-saracen-walker
|
||||
(package
|
||||
(name "go-github-com-saracen-walker")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/saracen/walker")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "17i2zrbcp0zgwfgap555pk358wpqfa8qj8pmgwhjkzwd77nyl77g"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/saracen/walker"))
|
||||
(inputs
|
||||
(list go-golang-org-x-sync))
|
||||
(home-page "https://github.com/saracen/walker")
|
||||
(synopsis "Faster, parallel version of Go's filepath.Walk")
|
||||
(license license:expat)
|
||||
(description "The @code{walker} function is a faster, parallel version, of
|
||||
@code{filepath.Walk}")))
|
||||
|
||||
(define-public gopls
|
||||
(package
|
||||
(name "gopls")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue