1
0
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:
Maxim Cournoyer
2023-04-07 23:01:03 -04:00
parent ded8f44874
commit 972d55e42c

View File

@@ -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")