From 2eb0585ab4a475656094a1dbe6265563a2bccc6b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 5 Oct 2020 18:19:17 +0200 Subject: gnu: knot: Remove obsolete configure flag. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/dns.scm (knot)[arguments]: Remove unused ‘--with-bash-completions’ configure flag. --- gnu/packages/dns.scm | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3