me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2021-07-20 22:04:40 +03:00
parent 7f43bc6839
commit e2dae72dab
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -30389,7 +30389,8 @@ system for OpenSSL.")
"1ymrmfnknyjji74fflbnnq9r5ihx25h0vgs5y203vl6klzdy3i8i"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(#:skip-build? #t ; Depends on openssl-1.0.
#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-openssl-sys" ,rust-openssl-sys-0.7)
("rust-gcc" ,rust-gcc-0.3))
@ -30400,8 +30401,6 @@ system for OpenSSL.")
(substitute* "Cargo.toml"
((", path =.*}") "}"))
#t)))))
(inputs
`(("openssl" ,openssl-1.0))) ; openssl-1.0 specifically
(home-page "https://github.com/sfackler/rust-openssl")
(synopsis
"Extra FFI bindings to OpenSSL that require a C shim")