mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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-rustls-pemfile" ,rust-rustls-pemfile-1)
|
||||
("rust-webpki-roots" ,rust-webpki-roots-0.22))))
|
||||
(native-inputs (list perl))
|
||||
(home-page "https://github.com/rustls/rustls")
|
||||
(synopsis "Modern TLS library written in Rust")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue