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:
Sharlatan Hellseher 2024-07-14 20:25:46 +01:00
parent 9abc2e2d4f
commit 4bb0b5be20
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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