gnu: rust-openssl-sys-extras-0.7: Skip build.
* gnu/packages/crates-io.scm (rust-openssl-sys-extras-0.7) [arguments]: Skip build. [inputs]: Remove openssl-1.0.master
parent
7f43bc6839
commit
e2dae72dab
|
@ -30389,7 +30389,8 @@ system for OpenSSL.")
|
||||||
"1ymrmfnknyjji74fflbnnq9r5ihx25h0vgs5y203vl6klzdy3i8i"))))
|
"1ymrmfnknyjji74fflbnnq9r5ihx25h0vgs5y203vl6klzdy3i8i"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:skip-build? #t ; Depends on openssl-1.0.
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-openssl-sys" ,rust-openssl-sys-0.7)
|
("rust-openssl-sys" ,rust-openssl-sys-0.7)
|
||||||
("rust-gcc" ,rust-gcc-0.3))
|
("rust-gcc" ,rust-gcc-0.3))
|
||||||
|
@ -30400,8 +30401,6 @@ system for OpenSSL.")
|
||||||
(substitute* "Cargo.toml"
|
(substitute* "Cargo.toml"
|
||||||
((", path =.*}") "}"))
|
((", path =.*}") "}"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
|
||||||
`(("openssl" ,openssl-1.0))) ; openssl-1.0 specifically
|
|
||||||
(home-page "https://github.com/sfackler/rust-openssl")
|
(home-page "https://github.com/sfackler/rust-openssl")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Extra FFI bindings to OpenSSL that require a C shim")
|
"Extra FFI bindings to OpenSSL that require a C shim")
|
||||||
|
|
Reference in New Issue