gnu: rust-trust-dns-https-0.19: Add missing input.
* gnu/packages/crates-io.scm (rust-trust-dns-https-0.19)[native-inputs]: Add perl.
parent
01e4e5db6b
commit
30ab1ba8cd
|
@ -75212,7 +75212,8 @@ the Trust-DNS client to use DNS over HTTPS.")
|
||||||
("rust-webpki-roots" ,rust-webpki-roots-0.19))
|
("rust-webpki-roots" ,rust-webpki-roots-0.19))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-env-logger" ,rust-env-logger-0.7)
|
(("rust-env-logger" ,rust-env-logger-0.7)
|
||||||
("rust-futures" ,rust-futures-0.3))))))
|
("rust-futures" ,rust-futures-0.3))))
|
||||||
|
(native-inputs (list perl))))
|
||||||
|
|
||||||
(define-public rust-trust-dns-https-0.18
|
(define-public rust-trust-dns-https-0.18
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue