me
/
guix
Archived
1
0
Fork 0

gnu: rust-bindgen-0.59: Add missing inputs.

* gnu/packages/crates-io.scm (rust-bindgen-0.59)[arguments]: Don't skip
build. Skip tests.
[cargo-inputs]: Add rust-clap-2, rust-env-logger-0.9.
[native-inputs]: Add perl.
master
Efraim Flashner 2023-04-25 10:55:26 +03:00
parent 57781caee3
commit 3d93b046dd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -6527,11 +6527,13 @@ bindings to C and C++ libraries.")
(sha256
(base32 "1f4fpycxmbrqk8r2x9brhfgjh86mzc6bngn4a9631x78b2jaklib"))))
(arguments
`(#:skip-build? #t
`(#:tests? #f ; Only the build phase, to make sure we have the right inputs.
#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1)
("rust-cexpr" ,rust-cexpr-0.6)
("rust-clang-sys" ,rust-clang-sys-1)
("rust-clap" ,rust-clap-2)
("rust-env-logger" ,rust-env-logger-0.9)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-lazycell" ,rust-lazycell-1)
("rust-log" ,rust-log-0.4)