gnu: rust-openssl-0.7: Skip build.

* gnu/packages/crates-io.scm (rust-openssl-0.7)[arguments]: Skip build.
Remove tests keyword.
[inputs]: Remove openssl-1.0.
This commit is contained in:
Efraim Flashner 2021-07-20 22:02:59 +03:00
parent 3f403bb750
commit 7f43bc6839
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -30272,7 +30272,7 @@ the default program configured on the system.")
(base32
"0cw767rbasg4dbsfcsnxqm3q5ljkv6s1jq0a2p82xi5a8ii7n4f4"))))
(arguments
`(#:tests? #f ; Test directory not included in release
`(#:skip-build? #t ; Build depends on openssl-1.0.
#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-0.7)
("rust-gcc" ,rust-gcc-0.3)
@ -30291,9 +30291,7 @@ the default program configured on the system.")
(lambda _
(substitute* "Cargo.toml"
((", path =.*}") "}"))
#t)))))
(inputs
`(("openssl" ,openssl-1.0))))) ; for openssl-sys-extras
#t)))))))
(define-public rust-openssl-probe-0.1
(package