me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 11 additions and 0 deletions

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.")
(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
(package
(name "aws-vault")