mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-aws-sdk: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-aws-sdk): Move from here... * gnu/packages/golang-web.scm: ...to here. Change-Id: I8e82019c75b115548c2e0eea54b261ff8c3dd4a7
This commit is contained in:
parent
cb523a9b6b
commit
157369092a
2 changed files with 28 additions and 28 deletions
|
@ -71,6 +71,34 @@
|
||||||
the parse trees produced by the html package.")
|
the parse trees produced by the html package.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public go-github-com-aws-sdk
|
||||||
|
(package
|
||||||
|
(name "go-github-com-aws-sdk")
|
||||||
|
(version "1.35.2")
|
||||||
|
(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 "1ky5lw2s2zpslnnqcs6hgsrwvwbxwgflb5jwf16dd4aga3vrg10c"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/aws/aws-sdk-go/aws"
|
||||||
|
#:unpack-path "github.com/aws/aws-sdk-go"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-go-sql-driver-mysql
|
||||||
|
go-github-com-jmespath-go-jmespath
|
||||||
|
go-github-com-pkg-errors
|
||||||
|
go-golang-org-x-net))
|
||||||
|
(home-page "https://github.com/aws/aws-sdk-go")
|
||||||
|
(synopsis "Library to access Amazon Web Services (AWS)")
|
||||||
|
(description
|
||||||
|
"This is the official AWS SDK for the Go programming language.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-aymerick-douceur
|
(define-public go-github-com-aymerick-douceur
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-aymerick-douceur")
|
(name "go-github-com-aymerick-douceur")
|
||||||
|
|
|
@ -3331,34 +3331,6 @@ specified. Algorithms are included to calculate yahrzeits, birthdays,
|
||||||
and anniversaries.")
|
and anniversaries.")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public go-github-com-aws-sdk
|
|
||||||
(package
|
|
||||||
(name "go-github-com-aws-sdk")
|
|
||||||
(version "1.35.2")
|
|
||||||
(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
|
|
||||||
"1ky5lw2s2zpslnnqcs6hgsrwvwbxwgflb5jwf16dd4aga3vrg10c"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/aws/aws-sdk-go/aws"
|
|
||||||
#:unpack-path "github.com/aws/aws-sdk-go"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-go-sql-driver-mysql
|
|
||||||
go-github-com-jmespath-go-jmespath go-github-com-pkg-errors
|
|
||||||
go-golang-org-x-net))
|
|
||||||
(home-page "https://github.com/aws/aws-sdk-go")
|
|
||||||
(synopsis "Library to access Amazon Web Services (AWS)")
|
|
||||||
(description
|
|
||||||
"This is the official AWS SDK for the Go programming language.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-go-jose-go-jose-v3
|
(define-public go-github-com-go-jose-go-jose-v3
|
||||||
(package
|
(package
|
||||||
(inherit go-gopkg-in-square-go-jose-v2)
|
(inherit go-gopkg-in-square-go-jose-v2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue