gnu: ldns: Remove input labels.
* gnu/packages/dns.scm (ldns)[native-inputs]: Remove input labels.master
parent
a3204c7050
commit
7e00455853
|
@ -202,12 +202,12 @@ protocol.")
|
|||
(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")
|
||||
|
|
Reference in New Issue