mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: knot: Remove input labels.
* gnu/packages/dns.scm (knot)[inputs]: Remove labels. Change-Id: I03be6db350b939f8a17c8a2e572dda62b16b48af
This commit is contained in:
parent
162015abc0
commit
0362b504aa
1 changed files with 14 additions and 14 deletions
|
@ -949,20 +949,20 @@ (define (move source target file)
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue