mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: rust-fat-macho-0.4: Skip tests.
* gnu/packages/crates-io.scm (rust-fat-macho-0.4)[arguments]: Skip the test suite. Change-Id: I4f67b53eb137a7153d8325e474eed8e13a2e183b
This commit is contained in:
parent
8043631714
commit
5372ca3a7f
1 changed files with 2 additions and 1 deletions
|
@ -25883,7 +25883,8 @@ (define-public rust-fat-macho-0.4
|
|||
(delete-file-recursively "tests/fixtures")))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; Test files removed.
|
||||
#:cargo-inputs
|
||||
(("rust-goblin" ,rust-goblin-0.7)
|
||||
("rust-llvm-bitcode" ,rust-llvm-bitcode-0.1))))
|
||||
(home-page "https://github.com/messense/fat-macho-rs.git")
|
||||
|
|
Loading…
Reference in a new issue