gnu: rust-hyper-rustls-0.23: Add missing input.

* gnu/packages/crates-io.scm (rust-hyper-rustls-0.23)[native-inputs]:
Add perl.
This commit is contained in:
Efraim Flashner 2023-10-09 09:18:06 +03:00
parent e2ed4b9b23
commit 2327185bb0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -32096,6 +32096,7 @@ (define-public rust-hyper-rustls-0.23
("rust-rustls" ,rust-rustls-0.20)
("rust-rustls-pemfile" ,rust-rustls-pemfile-1)
("rust-tokio" ,rust-tokio-1))))
(native-inputs (list perl))
(home-page "https://github.com/ctz/hyper-rustls")
(synopsis "Rustls+Hyper integration for pure Rust HTTPS")
(description