mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: rust-trust-dns-rustls-0.19: Add missing input.
* gnu/packages/crates-io.scm (rust-trust-dns-rustls-0.19) [native-inputs]: Add perl.
This commit is contained in:
parent
1a1261daff
commit
bbe8e580c3
1 changed files with 1 additions and 1 deletions
|
@ -68027,7 +68027,7 @@ (define-public rust-trust-dns-rustls-0.19
|
|||
#:cargo-development-inputs
|
||||
(("rust-openssl" ,rust-openssl-0.10))))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(list perl pkg-config))
|
||||
(inputs
|
||||
(list openssl))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue