gnu: Add go-github-com-aws-aws-sdk-go-v2-config.

* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-config): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Nicolas Graves 2023-04-22 18:13:45 +02:00 committed by Leo Famulari
parent cd02b71f21
commit 04cc9064a2
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -11305,6 +11305,17 @@ encrypting JSON Web Tokens (JWT). It relies only on the standard library.")
"Package sdk is the official AWS SDK v2 for the Go programming language.") "Package sdk is the official AWS SDK v2 for the Go programming language.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-github-com-aws-aws-sdk-go-v2-config
(package
(inherit go-github-com-aws-aws-sdk-go-v2)
(name "go-github-com-aws-aws-sdk-go-v2-config")
(version "1.18.5")
(arguments
'(#:import-path "github.com/aws/aws-sdk-go-v2/config"
#:unpack-path "github.com/aws/aws-sdk-go-v2"))
(propagated-inputs (list go-github-com-google-go-cmp-cmp
go-github-com-aws-smithy-go))))
(define-public aws-vault (define-public aws-vault
(package (package
(name "aws-vault") (name "aws-vault")