gnu: rust-bindgen-0.51: Fix build.

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

Change-Id: I789aad35666d50aa9025c374e5f114b71443889e
This commit is contained in:
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

View file

@ -7849,7 +7849,9 @@ (define-public rust-bindgen-0.51
(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"