mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-signal-hook-0.3: Don't skip build.
* gnu/packages/crates-io.scm (rust-signal-hook-0.3)[arguments]: Don't skip the build. [cargo-development-inputs]: Add rust-serial-test-0.7. Change-Id: I7579cf3920902dcd0d8702c6f4cdb56f05ca2214
This commit is contained in:
parent
ee7cf6742a
commit
fd78fb9aab
1 changed files with 4 additions and 3 deletions
|
@ -68800,11 +68800,12 @@ (define-public rust-signal-hook-0.3
|
|||
(base32 "0098nsah04spqf3n8niirmfym4wsdgjl57c78kmzijlq8xymh8c6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-cc" ,rust-cc-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-signal-hook-registry" ,rust-signal-hook-registry-1))))
|
||||
("rust-signal-hook-registry" ,rust-signal-hook-registry-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serial-test" ,rust-serial-test-0.7))))
|
||||
(home-page "https://github.com/vorner/signal-hook")
|
||||
(synopsis "Unix signal handling")
|
||||
(description "This package provides Unix signal handling.")
|
||||
|
|
Loading…
Reference in a new issue