mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
4ee2a660e5
commit
70302e45f7
1 changed files with 29 additions and 0 deletions
|
@ -513,6 +513,35 @@ their levels to be controlled individually.")
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/ipfs/go-log"))))
|
#: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
|
(define-public go-github-com-whyrusleeping-cbor-gen
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-whyrusleeping-cbor-gen")
|
(name "go-github-com-whyrusleeping-cbor-gen")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue