diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 03:52:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 16:20:39 +0200 |
commit | d3413b6f87f36758fa270eac694f69c79dde3867 (patch) | |
tree | 902c898402bda308c2b1b3db0435433197c7c467 | |
parent | 4e869b180a94aa5bf5ae70ca48e0527e8e8db8db (diff) | |
download | guix-d3413b6f87f36758fa270eac694f69c79dde3867.tar.gz guix-d3413b6f87f36758fa270eac694f69c79dde3867.zip |
gnu: knot: Fix typo.
* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in
the #:configure-flags.
-rw-r--r-- | gnu/packages/dns.scm | 2 |
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 |