mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-aws-aws-sdk-go: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go): Move from here... * gnu/packages/golang-web.scm: ...to here. Change-Id: Ic639856afb340c2a7aea6dc917d2bcd32290d1b7
This commit is contained in:
parent
ae1d9ed08f
commit
31af3c2e37
2 changed files with 28 additions and 25 deletions
|
@ -11686,31 +11686,6 @@ pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.")
|
|||
(define-public go-github-com-androiddnsfix
|
||||
(deprecated-package "go-github-com-androiddnsfix" go-github-com-mtibben-androiddnsfix))
|
||||
|
||||
(define-public go-github-com-aws-aws-sdk-go
|
||||
(package
|
||||
(name "go-github-com-aws-aws-sdk-go")
|
||||
(version "1.36.18")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/aws/aws-sdk-go")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"169mkkw1cff1px6326krwvfpfj07sb4y5rbn003gi4bk176h6ry9"))))
|
||||
(build-system go-build-system)
|
||||
(propagated-inputs
|
||||
(list go-github-com-jmespath-go-jmespath))
|
||||
(arguments
|
||||
'(#:import-path "github.com/aws/aws-sdk-go"
|
||||
#:phases %standard-phases))
|
||||
(synopsis "The official AWS SDK for the Go programming language")
|
||||
(description
|
||||
"The official AWS SDK for the Go programming language.")
|
||||
(home-page "https://github.com/aws/aws-sdk-go")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-gopkg-in-ini
|
||||
(package
|
||||
(name "go-gopkg-in-ini")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue