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:
Maxim Cournoyer 2023-04-07 23:01:03 -04:00
parent ded8f44874
commit 972d55e42c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -38612,7 +38612,7 @@ (define-public rust-openssl-sys-0.9
("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")