me
/
guix
Archived
1
0
Fork 0

gnu: rust-blake2-0.8: Skip tests.

* gnu/packages/crates-io.scm (rust-blake2-0.8)[arguments]: Skip the test
suite.

Change-Id: Id56b27ef365ea81a643e02a4467bbbeaa905120c
Efraim Flashner 2023-11-01 21:32:32 +02:00
parent a049144fa6
commit 95d290b139
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -8836,7 +8836,8 @@ streams in big-endian and little-endian formats.")
(base32
"0c4k11j04kqhkci6i9b7lz6p13kpcv228pdqixgrawvavaq0gjwl"))))
(arguments
`(#:cargo-inputs
`(#:tests? #f ; Not all tests compile.
#:cargo-inputs
(("rust-byte-tools" ,rust-byte-tools-0.3)
("rust-crypto-mac" ,rust-crypto-mac-0.7)
("rust-digest" ,rust-digest-0.8)