me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-libp2p-go-socket-activation.

* gnu/packages/ipfs.scm (go-github-com-libp2p-go-socket-activation): New variable.

Change-Id: Idcc2bc1cd21a608e93bd14d970115995d66933eb
master
Sharlatan Hellseher 2024-07-18 22:48:38 +01:00
parent 4ee2a660e5
commit 70302e45f7
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 29 additions and 0 deletions

View File

@ -513,6 +513,35 @@ their levels to be controlled individually.")
(list
#:import-path "github.com/ipfs/go-log"))))
(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-0.12))
(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")