me
/
guix
Archived
1
0
Fork 0

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].
master
Maxim Cournoyer 2023-04-07 23:01:03 -04:00
parent 5d032a287d
commit b50bc41b51
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

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