mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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
1 changed files with 5 additions and 2 deletions
|
@ -1072,8 +1072,11 @@ (define-public go-github-com-google-go-github
|
|||
`(#: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…
Reference in a new issue