mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: rust-rustls-0.20: Add missing input.
* gnu/packages/crates-io.scm (rust-rustls-0.20)[inputs]: Add perl.
This commit is contained in:
parent
3d93b046dd
commit
57c6d00f86
1 changed files with 1 additions and 0 deletions
|
@ -52428,6 +52428,7 @@ (define-public rust-rustls-0.20
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-rustls-pemfile" ,rust-rustls-pemfile-1)
|
("rust-rustls-pemfile" ,rust-rustls-pemfile-1)
|
||||||
("rust-webpki-roots" ,rust-webpki-roots-0.22))))
|
("rust-webpki-roots" ,rust-webpki-roots-0.22))))
|
||||||
|
(native-inputs (list perl))
|
||||||
(home-page "https://github.com/rustls/rustls")
|
(home-page "https://github.com/rustls/rustls")
|
||||||
(synopsis "Modern TLS library written in Rust")
|
(synopsis "Modern TLS library written in Rust")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue