me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-04-25 13:35:45 +03:00
parent 1a1261daff
commit bbe8e580c3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -68027,7 +68027,7 @@ the Trust-DNS client to use rustls for TLS.")
#:cargo-development-inputs #:cargo-development-inputs
(("rust-openssl" ,rust-openssl-0.10)))) (("rust-openssl" ,rust-openssl-0.10))))
(native-inputs (native-inputs
(list pkg-config)) (list perl pkg-config))
(inputs (inputs
(list openssl)))) (list openssl))))