mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-md-5-0.8: Skip tests.
* gnu/packages/crates-io.scm (rust-md-5-0.8)[arguments]: Skip the test suite. Change-Id: Ie90d781fe73b6915f008bf0e208c502e309f4b91
This commit is contained in:
parent
3d639f7c8c
commit
aea2144dcb
1 changed files with 2 additions and 1 deletions
|
@ -42628,7 +42628,8 @@ (define-public rust-md-5-0.8
|
|||
(base32
|
||||
"1j5rfxy2p76xf5f1lgaw85xla0b1bbv2lknvdhv1j0ibmzfg72m1"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; cannot find macro `proc_macro_call` in this scope
|
||||
#:cargo-inputs
|
||||
(("rust-block-buffer" ,rust-block-buffer-0.7)
|
||||
("rust-digest" ,rust-digest-0.8)
|
||||
("rust-md5-asm" ,rust-md5-asm-0.4)
|
||||
|
|
Loading…
Reference in a new issue