mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: rust-bindgen-0.48: Fix build.
* gnu/packages/crates-io.scm (rust-bindgen-0.48)[arguments]: Add cargo-test-flags. Change-Id: I9e00bb7df7558457ff7ecbccf804a5690853e284
This commit is contained in:
parent
b8c45b9798
commit
a049144fa6
1 changed files with 3 additions and 1 deletions
|
@ -7931,7 +7931,9 @@ (define-public rust-bindgen-0.48
|
|||
(base32
|
||||
"1jpk0p4l4dg1lpvciq9q8wm94sjsflb1vb5x2gk9dlizv4gl2gcx"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--lib" "--bins" "--tests")
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-cexpr" ,rust-cexpr-0.3)
|
||||
("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
|
|
Loading…
Reference in a new issue