me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 2 additions and 1 deletions

View File

@ -59179,7 +59179,8 @@ native certificate store.")
(("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