mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: rust-security-framework-1: Skip tests.
* gnu/packages/crates-io.scm (rust-security-framework-1)[arguments]: Skip the test suite. Change-Id: Iac74d7025905add364cabd0b8cd8d0d17a7ce74a
This commit is contained in:
parent
d41ba74a18
commit
45d1ae239a
1 changed files with 2 additions and 1 deletions
|
@ -66274,7 +66274,8 @@ (define-public rust-security-framework-1
|
|||
(base32
|
||||
"0axwlax65j1f79rsm4ylc8rc6p2knbi3dgnpbdq7a1bzh5k2hl5d"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; Not all files included
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-core-foundation" ,rust-core-foundation-0.7)
|
||||
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.7)
|
||||
|
|
Loading…
Reference in a new issue