mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove go-github-com-aws-sdk.
* gnu/packages/golang-web.scm (go-github-com-aws-sdk): Delete variable. Change-Id: I5901914bc355c1eef472230646b2fbf69fa9650c
This commit is contained in:
parent
294d3fde53
commit
4ac55d7259
1 changed files with 0 additions and 30 deletions
|
@ -227,36 +227,6 @@ the parse trees produced by the html package.")
|
||||||
connections from a single physical connection.")
|
connections from a single physical connection.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(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)))
|
|
||||||
|
|
||||||
;; XXX: This package might be a duplicate of go-github-com-aws-sdk, it's not
|
|
||||||
;; in use anywhere. Keep it here for the farther review.
|
|
||||||
(define-public go-github-com-aws-aws-sdk-go
|
(define-public go-github-com-aws-aws-sdk-go
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-aws-aws-sdk-go")
|
(name "go-github-com-aws-aws-sdk-go")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue