gnu: go-github-com-libp2p-go-socket-activation: Move to golang-web.

* gnu/packages/ipfs.scm (go-github-com-libp2p-go-socket-activation):
Move from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I06909891fcceac21ceff0d9515c2a45ef6ea1b09
This commit is contained in:
Sharlatan Hellseher 2024-08-27 00:10:35 +01:00
parent 8625e4200d
commit eea2801caa
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
2 changed files with 29 additions and 29 deletions

View File

@ -2850,6 +2850,35 @@ NAT hole-punching, which requires a process to both @code{Listen} and
around enabling this behaviour on various operating systems.") around enabling this behaviour on various operating systems.")
(license license:isc))) (license license:isc)))
(define-public go-github-com-libp2p-go-socket-activation
(package
(name "go-github-com-libp2p-go-socket-activation")
(version "0.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/libp2p/go-socket-activation")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1cqxzmjfg7838xifs07kigys9icardwlj1wl426mzgzmbwn6pg5s"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/libp2p/go-socket-activation"))
(propagated-inputs
(list go-github-com-coreos-go-systemd-v22
go-github-com-ipfs-go-log
go-github-com-multiformats-go-multiaddr))
(home-page "https://github.com/libp2p/go-socket-activation")
(synopsis "Multiaddr backed systemd socket activation")
(description
"This package provides access to sockets registered by the system's init
daemon as described in
@url{http://0pointer.de/blog/projects/socket-activation}.")
(license license:expat)))
(define-public go-github-com-libp2p-go-yamux-v4 (define-public go-github-com-libp2p-go-yamux-v4
(package (package
(name "go-github-com-libp2p-go-yamux-v4") (name "go-github-com-libp2p-go-yamux-v4")

View File

@ -767,35 +767,6 @@ their levels to be controlled individually.")
"Metrics interface for IPFS (Kubo).") "Metrics interface for IPFS (Kubo).")
(license license:expat))) (license license:expat)))
(define-public go-github-com-libp2p-go-socket-activation
(package
(name "go-github-com-libp2p-go-socket-activation")
(version "0.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/libp2p/go-socket-activation")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1cqxzmjfg7838xifs07kigys9icardwlj1wl426mzgzmbwn6pg5s"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/libp2p/go-socket-activation"))
(propagated-inputs
(list go-github-com-coreos-go-systemd-v22
go-github-com-ipfs-go-log
go-github-com-multiformats-go-multiaddr))
(home-page "https://github.com/libp2p/go-socket-activation")
(synopsis "Multiaddr backed systemd socket activation")
(description
"This package provides access to sockets registered by the system's init
daemon as described in
@url{http://0pointer.de/blog/projects/socket-activation}.")
(license license:expat)))
(define-public go-github-com-whyrusleeping-cbor-gen (define-public go-github-com-whyrusleeping-cbor-gen
(package (package
(name "go-github-com-whyrusleeping-cbor-gen") (name "go-github-com-whyrusleeping-cbor-gen")