gnu: knot: Fix typo.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 6 Oct 2020 01:52:34 +0000 (03:52 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 6 Oct 2020 14:20:39 +0000 (16:20 +0200)
* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in
the #:configure-flags.

gnu/packages/dns.scm

index 0fe047a..6bfd570 100644 (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