mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: knot: Fix typo.
* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in the #:configure-flags.
This commit is contained in:
parent
4e869b180a
commit
d3413b6f87
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ (define-public knot
|
|||
(list "--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
"--enable-dnstap" ; let tools read/write capture files
|
||||
"--enable-fast-parser" ; disabled by default when .git/ exists
|
||||
"--enable-fastparser" ; disabled by default when .git/ exists
|
||||
"--with-module-dnstap=yes") ; detailed query capturing & logging
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue