summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-06 03:52:34 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-06 16:20:39 +0200
commitd3413b6f87f36758fa270eac694f69c79dde3867 (patch)
tree902c898402bda308c2b1b3db0435433197c7c467 /gnu/packages/dns.scm
parent4e869b180a94aa5bf5ae70ca48e0527e8e8db8db (diff)
downloadguix-patches-d3413b6f87f36758fa270eac694f69c79dde3867.tar
guix-patches-d3413b6f87f36758fa270eac694f69c79dde3867.tar.gz
gnu: knot: Fix typo.
* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in the #:configure-flags.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r--gnu/packages/dns.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 0fe047abdb..6bfd570b3e 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -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