1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: go-github-com-aws-aws-sdk-go-v2-service-s3: Move to (gnu packages golang-web).

* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2-service-s3): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I11426c93b58f1c0c9c48527621ded345cc4f062b
This commit is contained in:
Sharlatan Hellseher 2023-11-29 22:35:30 +00:00 committed by Maxim Cournoyer
parent b344dc44be
commit 04bb3c7af6
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 11 additions and 10 deletions

View file

@ -181,6 +181,17 @@ the parse trees produced by the html package.")
(propagated-inputs
(list go-github-com-aws-smithy-go))))
(define-public go-github-com-aws-aws-sdk-go-v2-service-s3
(package
(inherit go-github-com-aws-aws-sdk-go-v2)
(name "go-github-com-aws-aws-sdk-go-v2-service-s3")
(version "1.30.0")
(arguments
'(#:import-path "github.com/aws/aws-sdk-go-v2/service/s3"
#:unpack-path "github.com/aws/aws-sdk-go-v2"))
(propagated-inputs
(list go-github-com-aws-smithy-go))))
(define-public go-github-com-aws-aws-sdk-go-v2-service-sso
(package
(inherit go-github-com-aws-aws-sdk-go-v2)