mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: go-github-com-jcmturner-gokrb5-v8: Adjust inputs.
* gnu/packages/golang-web.scm (go-github-com-jcmturner-gokrb5-v8) [propagated-inputs]: go-github-com-stretchr-testify move from here ... [native-inputs]: ... to here. Change-Id: I93be99c60c15ba7861dd909e8856c800f8cf8314
This commit is contained in:
parent
ddb3448cf0
commit
88b168ed27
1 changed files with 2 additions and 1 deletions
|
@ -303,6 +303,8 @@ (define-public go-github-com-jcmturner-gokrb5-v8
|
|||
(arguments
|
||||
'(#:import-path "github.com/jcmturner/gokrb5/v8"
|
||||
#:unpack-path "github.com/jcmturner/gokrb5"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-gorilla-sessions
|
||||
go-github-com-hashicorp-go-uuid
|
||||
|
@ -312,7 +314,6 @@ (define-public go-github-com-jcmturner-gokrb5-v8
|
|||
go-github-com-jcmturner-goidentity-v6
|
||||
go-github-com-jcmturner-rpc-v2-mstypes
|
||||
go-github-com-jcmturner-rpc-v2-ndr
|
||||
go-github-com-stretchr-testify
|
||||
go-golang-org-x-crypto
|
||||
go-golang-org-x-net))
|
||||
(home-page "https://github.com/jcmturner/gokrb5")
|
||||
|
|
Loading…
Reference in a new issue