gnu: knot: Fix typo.

* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in
the #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-06 03:52:34 +02:00
parent 4e869b180a
commit d3413b6f87
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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