1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

gnu: knot: Fix typo.

* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in
the #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice
2020-10-06 03:52:34 +02:00
parent 4e869b180a
commit d3413b6f87

View File

@@ -831,7 +831,7 @@ Extensions} (DNSSEC).")
(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