me
/
guix
Archived
1
0
Fork 0

gnu: rust-bindgen-0.51: Fix build.

* gnu/packages/crates-io.scm (rust-bindgen-0.51)[arguments]: Add
cargo-test-flags.

Change-Id: I789aad35666d50aa9025c374e5f114b71443889e
Efraim Flashner 2023-10-28 09:42:19 +03:00
parent 21a8b4401e
commit d1caa96159
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -7849,7 +7849,9 @@ bindings to C and C++ libraries.")
(base32
"0x9gndlnwmxsihxvsc3izyyss7g8b2djn0daafshj1gcy69i7mzb"))))
(arguments
`(#:cargo-inputs
`(#:cargo-test-flags
'("--release" "--lib" "--bins" "--tests")
#:cargo-inputs
(("rust-shlex" ,rust-shlex-0.1)
("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-peeking-take-while"