[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
- branch master updated (1ec67d5 -> 7721dbf), guix-commits, 2020/10/06
- 01/06: gnu: knot: Enable DNS-over-HTTPS support in kdig., guix-commits, 2020/10/06
- 02/06: gnu: knot: Build & install the Info manual., guix-commits, 2020/10/06
- 04/06: gnu: knot: Fix typo.,
guix-commits <=
- 05/06: gnu: knot: Enable XDP., guix-commits, 2020/10/06
- 03/06: gnu: knot: Fix test failure on aarch64-linux., guix-commits, 2020/10/06
- 06/06: gnu: perl-digest-md5: Update to 2.58., guix-commits, 2020/10/06