me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-jcmturner-goidentity-v6: Adjust inputs.

* gnu/packages/golang-web.scm (go-github-com-jcmturner-goidentity-v6):
[propagated-inputs]: Move go-github-com-stretchr-testify from here ...
[native-inputs]: ... to here.

Change-Id: I1e7bd72b3bf1c0879426a6a4c5b3b1de1d316069
master
Sharlatan Hellseher 2023-11-29 22:34:58 +00:00 committed by Maxim Cournoyer
parent c058e08d8b
commit f1fab49122
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 1 deletions

View File

@ -330,8 +330,10 @@ network applications that require accessing services using SRV records.")
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/jcmturner/goidentity/v6")) '(#:import-path "github.com/jcmturner/goidentity/v6"))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs (propagated-inputs
(list go-github-com-stretchr-testify go-github-com-hashicorp-go-uuid)) (list go-github-com-hashicorp-go-uuid))
(home-page "https://github.com/jcmturner/goidentity") (home-page "https://github.com/jcmturner/goidentity")
(synopsis "Hold authenticated identities and their attributes") (synopsis "Hold authenticated identities and their attributes")
(description "This package provides a standard interface for holding (description "This package provides a standard interface for holding