From 7e004558533e8443975d23918334b96e328d002a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 22 Dec 2021 22:36:29 +0100 Subject: gnu: ldns: Remove input labels. * gnu/packages/dns.scm (ldns)[native-inputs]: Remove input labels. --- gnu/packages/dns.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index de9e8fed2e..71ff78cf31 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -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") -- cgit v1.2.3