mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue