[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: knot: Remove input labels.
From: |
guix-commits |
Subject: |
09/15: gnu: knot: Remove input labels. |
Date: |
Sun, 2 Jun 2024 14:56:50 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0362b504aab314090cea21ebfe8fec6b83205bf4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jun 2 20:32:34 2024 +0200
gnu: knot: Remove input labels.
* gnu/packages/dns.scm (knot)[inputs]: Remove labels.
Change-Id: I03be6db350b939f8a17c8a2e572dda62b16b48af
---
gnu/packages/dns.scm | 28 ++++++++++++++--------------
1 file 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
- 15/15: gnu: Add nsncd., (continued)
- 15/15: gnu: Add nsncd., guix-commits, 2024/06/03
- 02/15: services: tor: Log to stderr rather than syslog., guix-commits, 2024/06/03
- 03/15: services: dbus: Log to stderr rather than syslog., guix-commits, 2024/06/03
- 01/15: services: nscd: ‘log-file’ defaults to #f., guix-commits, 2024/06/03
- 11/15: gnu: Add rust-nix-0.28., guix-commits, 2024/06/03
- 06/15: gnu: emacs-org: Update to 9.6.30., guix-commits, 2024/06/03
- 05/15: services: darkstat: Depend on ‘user-processes’., guix-commits, 2024/06/03
- 12/15: gnu: Add rust-dns-lookup-2., guix-commits, 2024/06/03
- 10/15: gnu: Add rust-libc-0.2.153., guix-commits, 2024/06/03
- 13/15: gnu: Add rust-temp-env-0.3., guix-commits, 2024/06/03
- 09/15: gnu: knot: Remove input labels.,
guix-commits <=
- 08/15: gnu: knot: Build against libbpf 0.8., guix-commits, 2024/06/03
- 14/15: gnu: Add rust-slog-async-2-8., guix-commits, 2024/06/03
- 07/15: gnu: libbpf: Reintroduce 0.8.1., guix-commits, 2024/06/03
- 04/15: services: avahi: Use socket activation and log to stderr., guix-commits, 2024/06/03