mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-jbenet-go-context: Enable tests.
* gnu/packages/golang.scm (go-github-com-jbenet-go-context): Enable tests. [propagated-inputs]: Add go-golang-org-x-net. Change-Id: Ib0ab11e29d998217e332b57715d47bd36befc55c
This commit is contained in:
parent
1303bf44f0
commit
e6c2d52752
1 changed files with 4 additions and 6 deletions
|
@ -4834,12 +4834,10 @@ that might only rarely be reached.")
|
|||
"0q91f5549n81w3z5927n4a1mdh220bdmgl42zi3h992dcc4ls0sl"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/jbenet/go-context"
|
||||
; Source-only package
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'build))))
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue