guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1bbd95458a1d8bb6435ba7adc8098755741ec270
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 11 12:35:34 2025 +0100
gnu: go-github-com-libp2p-go-socket-activation: Move to ipfs.
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-socket-activation):
Move from here ...
* gnu/packages/ipfs.scm: ... to here.
Change-Id: I4f119ef54dcb26f9c448cc9a7b4d57bc30e0f544
---
gnu/packages/golang-web.scm | 29 -----------------------------
gnu/packages/ipfs.scm | 29 +++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 2742ebd2fe..fb7f6bcf2b 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -6405,35 +6405,6 @@ NAT hole-punching, which requires a process to both
@code{Listen} and
around enabling this behaviour on various operating systems.")
(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
(package
(name "go-github-com-libp2p-go-yamux-v4")
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index ed94ee43c0..76317563ff 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -2386,6 +2386,35 @@ equal-length bit strings. XOR tries support efficient
set operations, as well
as distance-based operations with respect to the XOR metric.")
(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
(package
(name "go-github-com-whyrusleeping-cbor-gen")