diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-06-02 20:32:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-06-02 20:52:25 +0200 |
commit | 0362b504aab314090cea21ebfe8fec6b83205bf4 (patch) | |
tree | b195aeedba0338958b2ecd03d3eba808abb37391 | |
parent | 162015abc06a1158ea8ef46b817901c04be04a55 (diff) | |
download | guix-0362b504aab314090cea21ebfe8fec6b83205bf4.tar guix-0362b504aab314090cea21ebfe8fec6b83205bf4.tar.gz |
gnu: knot: Remove input labels.
* gnu/packages/dns.scm (knot)[inputs]: Remove labels.
Change-Id: I03be6db350b939f8a17c8a2e572dda62b16b48af
-rw-r--r-- | gnu/packages/dns.scm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 66cd66a372..68fc5b9d1d 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -949,20 +949,20 @@ Extensions} (DNSSEC).") ragel texinfo)) (inputs - `(("fstrm" ,fstrm) - ("gnutls" ,gnutls) - ("jansson" ,jansson) - ("libbpf" ,libbpf-0.8) - ("libcap-ng" ,libcap-ng) - ("libedit" ,libedit) - ("libelf" ,libelf) - ("libidn" ,libidn) - ("libmnl" ,libmnl) - ("libnghttp2" ,nghttp2 "lib") - ("liburcu" ,liburcu) - ("lmdb" ,lmdb) - ("ncurses" ,ncurses) - ("protobuf-c" ,protobuf-c))) + (list fstrm + gnutls + jansson + libbpf-0.8 + libcap-ng + libedit + libelf + libidn + libmnl + `(,nghttp2 "lib") + liburcu + lmdb + ncurses + protobuf-c)) (home-page "https://www.knot-dns.cz/") (synopsis "Authoritative DNS name server") (description "Knot DNS is an authoritative name server for the @dfn{Domain |