mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue