mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: knot: Remove obsolete configure flag.
* gnu/packages/dns.scm (knot)[arguments]: Remove unused ‘--with-bash-completions’ configure flag.
This commit is contained in:
parent
ca4143c730
commit
2eb0585ab4
1 changed files with 1 additions and 4 deletions
|
@ -828,10 +828,7 @@ (define-public knot
|
|||
"--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
|
||||
|
|
Loading…
Reference in a new issue