mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: rust-bindgen-0.52: Fix test suite.
* gnu/packages/crates-io.scm (rust-bindgen-0.52)[arguments]: Add cargo-test-flags. Change-Id: I0b1cda6b7011923ed63920d9becbbc9342552f9b
This commit is contained in:
parent
81693e923b
commit
841e06e204
1 changed files with 3 additions and 1 deletions
|
@ -7824,7 +7824,9 @@ (define-public rust-bindgen-0.52
|
|||
(base32
|
||||
"0mzy2gjiaggl602yn4a11xzrxfj18kl7pwqa5yv32njkxd257j7i"))))
|
||||
(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