mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
ded8f44874
commit
972d55e42c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue