From d3413b6f87f36758fa270eac694f69c79dde3867 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 6 Oct 2020 03:52:34 +0200 Subject: 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(-) (limited to 'gnu/packages/dns.scm') 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 @@ (define-public knot (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 -- cgit v1.2.3