gnu: go-github-com-google-go-github: Adjust inputs.
* gnu/packages/golang-web.scm (go-github-com-google-go-github): Swap native-inputs to propagated-inputs. [propagated-inputs]: Add go-golang-org-x-oauth2, and go-golang-org-x-sync. Change-Id: I3be1b7c0b576e9c6bf5c1efb3904321b6f9d0e7f
This commit is contained in:
parent
9abc2e2d4f
commit
4bb0b5be20
@ -1072,8 +1072,11 @@ processes.")
|
||||
`(#:tests? #f ;application/octet-stream instead of text/plain
|
||||
#:import-path "github.com/google/go-github/v26/github"
|
||||
#:unpack-path "github.com/google/go-github/v26"))
|
||||
(native-inputs
|
||||
(list go-github-com-google-go-querystring go-golang-org-x-crypto))
|
||||
(propagated-inputs
|
||||
(list go-github-com-google-go-querystring
|
||||
go-golang-org-x-crypto
|
||||
go-golang-org-x-oauth2
|
||||
go-golang-org-x-sync))
|
||||
(home-page "https://github.com/google/go-github/")
|
||||
(synopsis "Client library for accessing the GitHub API v3")
|
||||
(description "@code{go-github} is a Go client library for accessing the
|
||||
|
Loading…
x
Reference in New Issue
Block a user