mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
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:
parent
0b691ce66e
commit
b896ecd211
1 changed files with 2 additions and 1 deletions
|
@ -59179,7 +59179,8 @@ (define-public rust-rustls-native-certs-0.4
|
||||||
(("rust-ring" ,rust-ring-0.16)
|
(("rust-ring" ,rust-ring-0.16)
|
||||||
("rust-untrusted" ,rust-untrusted-0.7)
|
("rust-untrusted" ,rust-untrusted-0.7)
|
||||||
("rust-webpki" ,rust-webpki-0.21)
|
("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
|
(define-public rust-rustls-pemfile-1
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue