mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: go-github-com-jbenet-go-context: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-jbenet-go-context): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ibe212716ee34cebde63e19f19949ee8f7b12202a
This commit is contained in:
parent
e6c2d52752
commit
16aee79359
2 changed files with 25 additions and 25 deletions
|
@ -5834,6 +5834,31 @@ oglematchers.Matcher} for time values
|
|||
@end itemize")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-jbenet-go-context
|
||||
(package
|
||||
(name "go-github-com-jbenet-go-context")
|
||||
(version "0.0.0-20150711004518-d14ea06fba99")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/jbenet/go-context")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0q91f5549n81w3z5927n4a1mdh220bdmgl42zi3h992dcc4ls0sl"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/jbenet/go-context"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-net))
|
||||
(home-page "https://github.com/jbenet/go-context/")
|
||||
(synopsis "@code{jbenet's} context extensions")
|
||||
(description
|
||||
"This package provides @code{jbenet's} context extensions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-jbenet-go-random
|
||||
(package
|
||||
(name "go-github-com-jbenet-go-random")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue