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.
parent
0b691ce66e
commit
b896ecd211
|
@ -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
|
||||
|
|
Reference in New Issue