mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: Add rust-signal-hook-registry-1.0.
* gnu/packages/crates-io.scm (rust-signal-hook-registry-1.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
da75b88316
commit
9176bf5487
1 changed files with 27 additions and 0 deletions
|
@ -8662,6 +8662,33 @@ (define-public rust-shlex-0.1
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-signal-hook-registry-1.0
|
||||||
|
(package
|
||||||
|
(name "rust-signal-hook-registry")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "signal-hook-registry" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1mw5v909fn99h5qb96ma4almlik80lr1c7xbakn24rql6bx4zvfd"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-arc-swap" ,rust-arc-swap-0.3)
|
||||||
|
("rust-libc" ,rust-libc-0.2))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-signal-hook" ,rust-signal-hook-0.1)
|
||||||
|
("rust-version-sync" ,rust-version-sync-0.8))))
|
||||||
|
(home-page "https://github.com/vorner/signal-hook")
|
||||||
|
(synopsis "Backend crate for signal-hook")
|
||||||
|
(description "Backend crate for signal-hook.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-siphasher-0.2
|
(define-public rust-siphasher-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-siphasher")
|
(name "rust-siphasher")
|
||||||
|
|
Loading…
Reference in a new issue