gnu: ldns: Remove input labels.
* gnu/packages/dns.scm (ldns)[native-inputs]: Remove input labels.
This commit is contained in:
parent
a3204c7050
commit
7e00455853
1 changed files with 6 additions and 6 deletions
|
@ -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")
|
||||||
|
|
Reference in a new issue