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:
parent
d68d84ee19
commit
3f403bb750
1 changed files with 3 additions and 4 deletions
|
|
@ -42316,7 +42316,8 @@ functionality and without weak references.")
|
||||||
(base32
|
(base32
|
||||||
"0p09zfhd27z6yr5in07gfjcx345010rw51ivlcf14364x3hv2c6c"))))
|
"0p09zfhd27z6yr5in07gfjcx345010rw51ivlcf14364x3hv2c6c"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:tests? #f ; Tests require openssl-1.0
|
||||||
|
#:cargo-development-inputs
|
||||||
(("rust-openssl" ,rust-openssl-0.7)
|
(("rust-openssl" ,rust-openssl-0.7)
|
||||||
("rust-rand" ,rust-rand-0.3))
|
("rust-rand" ,rust-rand-0.3))
|
||||||
#:phases
|
#:phases
|
||||||
|
|
@ -42325,9 +42326,7 @@ functionality and without weak references.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Cargo.toml"
|
(substitute* "Cargo.toml"
|
||||||
((", path =.*}") "}"))
|
((", path =.*}") "}"))
|
||||||
#t)))))
|
#t)))))))
|
||||||
(inputs
|
|
||||||
`(("openssl" ,openssl-1.0))))) ; for openssl-sys-extras
|
|
||||||
|
|
||||||
(define-public rust-sha1-asm-0.4
|
(define-public rust-sha1-asm-0.4
|
||||||
(package
|
(package
|
||||||
|
|
|
||||||
Reference in a new issue