gnu: rust-sha1-0.2: Skip tests.

* gnu/packages/crates-io.scm (rust-sha1-0.2)[arguments]: Skip tests.
[inputs]: Remove openssl-1.0.
This commit is contained in:
Efraim Flashner 2021-07-20 21:59:56 +03:00
parent d68d84ee19
commit 3f403bb750
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -42316,7 +42316,8 @@ (define-public rust-sha1-0.2
(base32
"0p09zfhd27z6yr5in07gfjcx345010rw51ivlcf14364x3hv2c6c"))))
(arguments
`(#:cargo-development-inputs
`(#:tests? #f ; Tests require openssl-1.0
#:cargo-development-inputs
(("rust-openssl" ,rust-openssl-0.7)
("rust-rand" ,rust-rand-0.3))
#:phases
@ -42325,9 +42326,7 @@ (define-public rust-sha1-0.2
(lambda _
(substitute* "Cargo.toml"
((", path =.*}") "}"))
#t)))))
(inputs
`(("openssl" ,openssl-1.0))))) ; for openssl-sys-extras
#t)))))))
(define-public rust-sha1-asm-0.4
(package