mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-tokio-rustls-0.23: Add missing input.
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.23)[native-inputs]: Add perl.
This commit is contained in:
parent
bbe8e580c3
commit
62af7f1dd9
1 changed files with 2 additions and 0 deletions
|
@ -65341,6 +65341,8 @@ (define-public rust-tokio-rustls-0.23
|
|||
("rust-rustls-pemfile" ,rust-rustls-pemfile-0.2)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-webpki-roots" ,rust-webpki-roots-0.22))))
|
||||
(native-inputs
|
||||
(list perl))
|
||||
(home-page "https://github.com/tokio-rs/tls")
|
||||
(synopsis "Asynchronous TLS/SSL streams for Tokio")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue