me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2023-11-05 09:48:12 +02:00
parent ee7cf6742a
commit fd78fb9aab
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -68800,11 +68800,12 @@ words, like Python's shlex.")
(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.")