Archived
1
0
Fork 0

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 @@ protocol.")
(package-version python)) (package-version python))
"/site-packages")))) "/site-packages"))))
(native-inputs (native-inputs
`(("doxygen" ,doxygen) (list doxygen
("perl" ,perl) perl
("perl-devel-checklib" ,perl-devel-checklib) perl-devel-checklib
("pkg-config" ,pkg-config) pkg-config
("python" ,python-wrapper) python-wrapper
("swig" ,swig))) swig))
(inputs (inputs
(list libpcap nss-certs openssl)) (list libpcap nss-certs openssl))
(synopsis "DNS library that facilitates DNS tool programming") (synopsis "DNS library that facilitates DNS tool programming")