mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-docker-go-connections: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-docker-go-connections): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I30348ea1bf48d3f6929035d9a25141c6cfe86b47
This commit is contained in:
parent
82ec069b4f
commit
5547fbe7d2
2 changed files with 33 additions and 33 deletions
|
@ -1553,6 +1553,39 @@ Data Representation (XDR) standard protocol as specified in RFC
|
||||||
4506 (obsoletes RFC 1832 and RFC 1014) in pure Go.")
|
4506 (obsoletes RFC 1832 and RFC 1014) in pure Go.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
|
(define-public go-github-com-docker-go-connections
|
||||||
|
(package
|
||||||
|
(name "go-github-com-docker-go-connections")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/docker/go-connections")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0svfa9g4xvbn87l5kiww1jkijmci9g5821wjp81xz1rfp13cqrk8"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/docker/go-connections"
|
||||||
|
#:test-flags
|
||||||
|
#~(list "-skip"
|
||||||
|
(string-join
|
||||||
|
;; Unable to verify certificate 1: x509: certificate signed by
|
||||||
|
;; unknown authority.
|
||||||
|
(list "TestConfigClientExclusiveRootPools"
|
||||||
|
"TestConfigServerExclusiveRootPools")
|
||||||
|
"|"))))
|
||||||
|
(home-page "https://github.com/docker/go-connections")
|
||||||
|
(synopsis "Networking library for Go")
|
||||||
|
(description
|
||||||
|
"This package provides a library to work with network connections in the
|
||||||
|
Go language. In particular it provides tools to deal with network address
|
||||||
|
translation (NAT), proxies, sockets, and transport layer security (TLS).")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-dpotapov-go-spnego
|
(define-public go-github-com-dpotapov-go-spnego
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-dpotapov-go-spnego")
|
(name "go-github-com-dpotapov-go-spnego")
|
||||||
|
|
|
@ -2558,39 +2558,6 @@ store, and deliver content. It contains Docker Registry 2.0 and libraries
|
||||||
to interact with distribution components.")
|
to interact with distribution components.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-docker-go-connections
|
|
||||||
(package
|
|
||||||
(name "go-github-com-docker-go-connections")
|
|
||||||
(version "0.5.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/docker/go-connections")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0svfa9g4xvbn87l5kiww1jkijmci9g5821wjp81xz1rfp13cqrk8"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/docker/go-connections"
|
|
||||||
#:test-flags
|
|
||||||
#~(list "-skip"
|
|
||||||
(string-join
|
|
||||||
;; Unable to verify certificate 1: x509: certificate signed by
|
|
||||||
;; unknown authority.
|
|
||||||
(list "TestConfigClientExclusiveRootPools"
|
|
||||||
"TestConfigServerExclusiveRootPools")
|
|
||||||
"|"))))
|
|
||||||
(home-page "https://github.com/docker/go-connections")
|
|
||||||
(synopsis "Networking library for Go")
|
|
||||||
(description
|
|
||||||
"This package provides a library to work with network connections in the
|
|
||||||
Go language. In particular it provides tools to deal with network address
|
|
||||||
translation (NAT), proxies, sockets, and transport layer security (TLS).")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-aarzilli-golua
|
(define-public go-github-com-aarzilli-golua
|
||||||
(let ((commit "03fc4642d792b1f2bc5e7343b403cf490f8c501d")
|
(let ((commit "03fc4642d792b1f2bc5e7343b403cf490f8c501d")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue