diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-05 18:19:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-05 18:23:06 +0200 |
commit | 2eb0585ab4a475656094a1dbe6265563a2bccc6b (patch) | |
tree | 23b4adc1937db5197749eeea94f64bdfc4e33225 /gnu/packages/dns.scm | |
parent | ca4143c730a41abb9cc1bbedc9cc9a039ed4f98c (diff) | |
download | guix-2eb0585ab4a475656094a1dbe6265563a2bccc6b.tar guix-2eb0585ab4a475656094a1dbe6265563a2bccc6b.tar.gz |
gnu: knot: Remove obsolete configure flag.
* gnu/packages/dns.scm (knot)[arguments]: Remove unused
‘--with-bash-completions’ configure flag.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index fb16355bb8..0cb8df94df 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -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 |