1
Fork 0
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:
Sharlatan Hellseher 2024-12-22 20:44:58 +00:00
parent e6c2d52752
commit 16aee79359
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 25 additions and 25 deletions

View file

@ -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")