mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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.
This commit is contained in:
parent
01e4e5db6b
commit
30ab1ba8cd
1 changed files with 2 additions and 1 deletions
|
@ -75212,7 +75212,8 @@ (define-public rust-trust-dns-https-0.19
|
|||
("rust-webpki-roots" ,rust-webpki-roots-0.19))
|
||||
#:cargo-development-inputs
|
||||
(("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
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue