mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-hkdf-0.12: Skip tests.
* gnu/packages/crates-io.scm (rust-hkdf-0.12)[arguments]: Skip the test suite. Change-Id: I79dd0e3d5a7feb9efd432926bd58c7f27abd9d59
This commit is contained in:
parent
273bd81188
commit
d6a49479c1
1 changed files with 2 additions and 1 deletions
|
@ -33647,7 +33647,8 @@ (define-public rust-hkdf-0.12
|
|||
(base32 "0dyl16cf15hka32hv3l7dwgr3xj3brpfr27iyrbpdhlzdfgh46kr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; use of undeclared crate or module `sha1`
|
||||
#:cargo-inputs
|
||||
(("rust-hmac" ,rust-hmac-0.12))
|
||||
#:cargo-development-inputs
|
||||
(("rust-blobby" ,rust-blobby-0.3)
|
||||
|
|
Loading…
Reference in a new issue