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:
Efraim Flashner 2023-04-25 10:56:18 +03:00
parent 3d93b046dd
commit 57c6d00f86
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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