gnu: ldns: Remove input labels.

* gnu/packages/dns.scm (ldns)[native-inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-22 22:36:29 +01:00
parent a3204c7050
commit 7e00455853
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -202,12 +202,12 @@ (define-public ldns
(package-version python))
"/site-packages"))))
(native-inputs
`(("doxygen" ,doxygen)
("perl" ,perl)
("perl-devel-checklib" ,perl-devel-checklib)
("pkg-config" ,pkg-config)
("python" ,python-wrapper)
("swig" ,swig)))
(list doxygen
perl
perl-devel-checklib
pkg-config
python-wrapper
swig))
(inputs
(list libpcap nss-certs openssl))
(synopsis "DNS library that facilitates DNS tool programming")