guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: knot: Fix typo.


From: guix-commits
Subject: 04/06: gnu: knot: Fix typo.
Date: Tue, 6 Oct 2020 10:28:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d3413b6f87f36758fa270eac694f69c79dde3867
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 6 03:52:34 2020 +0200

    gnu: knot: Fix typo.
    
    * gnu/packages/dns.scm (knot)[arguments]: Fix a typo in
    the #:configure-flags.
---
 gnu/packages/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 0fe047a..6bfd570 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]