mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: go-github-com-vishvananda-netns: Move to golang-web.
* gnu/packages/networking.scm (go-github-com-vishvananda-netns): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I61f01af0f6c57d6e079226cfaa01560e38e4d06e
This commit is contained in:
parent
ca800541dd
commit
f163cc45e6
2 changed files with 28 additions and 28 deletions
|
@ -5914,6 +5914,34 @@ kernel. It can be used to add and remove interfaces, set IP addresses and
|
||||||
routes, and configure IPsec.")
|
routes, and configure IPsec.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-vishvananda-netns
|
||||||
|
(package
|
||||||
|
(name "go-github-com-vishvananda-netns")
|
||||||
|
(version "0.0.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/vishvananda/netns")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1f96fbmjq93msdfxmicnypnn2lzvi7jrxy82fiyd9gwxdapfd061"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
;; Tests fail with error: operation not permitted.
|
||||||
|
#:test-flags #~(list "-skip" "TestGetNewSetDelete|TestThreaded")
|
||||||
|
#:import-path "github.com/vishvananda/netns"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-sys))
|
||||||
|
(home-page "https://github.com/vishvananda/netns")
|
||||||
|
(synopsis "Simple network namespace handling for Go")
|
||||||
|
(description
|
||||||
|
"The netns package provides a simple interface for handling network
|
||||||
|
namespaces in Go.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-whyrusleeping-cbor
|
(define-public go-github-com-whyrusleeping-cbor
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-whyrusleeping-cbor")
|
(name "go-github-com-whyrusleeping-cbor")
|
||||||
|
|
|
@ -1951,34 +1951,6 @@ manage, and delete Internet resources from Gandi.net such as domain names,
|
||||||
virtual machines, and certificates.")
|
virtual machines, and certificates.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public go-github-com-vishvananda-netns
|
|
||||||
(package
|
|
||||||
(name "go-github-com-vishvananda-netns")
|
|
||||||
(version "0.0.5")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/vishvananda/netns")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1f96fbmjq93msdfxmicnypnn2lzvi7jrxy82fiyd9gwxdapfd061"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
;; Tests fail with error: operation not permitted.
|
|
||||||
#:test-flags #~(list "-skip" "TestGetNewSetDelete|TestThreaded")
|
|
||||||
#:import-path "github.com/vishvananda/netns"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-golang-org-x-sys))
|
|
||||||
(home-page "https://github.com/vishvananda/netns")
|
|
||||||
(synopsis "Simple network namespace handling for Go")
|
|
||||||
(description
|
|
||||||
"The netns package provides a simple interface for handling network
|
|
||||||
namespaces in Go.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-sctp
|
(define-public go-sctp
|
||||||
;; docker-libnetwork-cmd-proxy requires this exact commit.
|
;; docker-libnetwork-cmd-proxy requires this exact commit.
|
||||||
;; This commit is mentioned in docker-libnetwork-cmd-proxy's vendor.conf.
|
;; This commit is mentioned in docker-libnetwork-cmd-proxy's vendor.conf.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue