me
/
guix
Archived
1
0
Fork 0

gnu: knot: Remove obsolete configure flag.

* gnu/packages/dns.scm (knot)[arguments]: Remove unused
‘--with-bash-completions’ configure flag.
master
Tobias Geerinckx-Rice 2020-10-05 18:19:17 +02:00
parent ca4143c730
commit 2eb0585ab4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 4 deletions

View File

@ -828,10 +828,7 @@ Extensions} (DNSSEC).")
"--localstatedir=/var"
"--enable-dnstap" ; let tools read/write capture files
"--enable-fast-parser" ; disabled by default when .git/ exists
"--with-module-dnstap=yes" ; detailed query capturing & logging
(string-append "--with-bash-completions="
(assoc-ref %outputs "out")
"/etc/bash_completion.d"))
"--with-module-dnstap=yes") ; detailed query capturing & logging
#:phases
(modify-phases %standard-phases
(add-before 'bootstrap 'update-parser