mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: rust-openssl-sys-0.9: Propagate openssl.
It appears that OpenSSL is expected to be available when building a package using this library. * gnu/packages/crates-io.scm (rust-openssl-sys-0.9) [inputs]: Turn into... [propagated-inputs].
This commit is contained in:
@@ -38612,7 +38612,7 @@ system for OpenSSL.")
|
||||
("rust-vcpkg" ,rust-vcpkg-0.2))))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
(list openssl))
|
||||
(home-page "https://github.com/sfackler/rust-openssl")
|
||||
(synopsis "FFI bindings to OpenSSL")
|
||||
|
||||
Reference in New Issue
Block a user