mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-rustls-ffi-0.8: Add missing input.
* gnu/packages/crates-io.scm (rust-rustls-ffi-0.8)[inputs]: Add perl.
This commit is contained in:
parent
8b8ea607c2
commit
95df3ac871
1 changed files with 2 additions and 0 deletions
|
@ -52648,6 +52648,8 @@ (define-public rust-rustls-ffi-0.8
|
|||
("rust-webpki" ,rust-webpki-0.22))
|
||||
#:cargo-development-inputs
|
||||
(("rust-cbindgen" ,rust-cbindgen-0.19))))
|
||||
(native-inputs
|
||||
(list perl))
|
||||
(home-page "https://github.com/rustls/rustls-ffi")
|
||||
(synopsis "Rustls bindings for non-Rust languages")
|
||||
(description "Rustls bindings for non-Rust languages")
|
||||
|
|
Loading…
Reference in a new issue