gnu: rust-rustls-native-certs-0.4: Add missing input.

* gnu/packages/crates-io.scm (rust-rustls-native-certs-0.4)
[native-inputs]: Add perl.
This commit is contained in:
Efraim Flashner 2023-10-08 16:30:00 +03:00
parent 0b691ce66e
commit b896ecd211
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -59179,7 +59179,8 @@ (define-public rust-rustls-native-certs-0.4
(("rust-ring" ,rust-ring-0.16)
("rust-untrusted" ,rust-untrusted-0.7)
("rust-webpki" ,rust-webpki-0.21)
("rust-webpki-roots" ,rust-webpki-roots-0.20))))))
("rust-webpki-roots" ,rust-webpki-roots-0.20))))
(native-inputs (list perl))))
(define-public rust-rustls-pemfile-1
(package