mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
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:
parent
21a8b4401e
commit
d1caa96159
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue