[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: knot: Remove obsolete configure flag.
From: |
guix-commits |
Subject: |
02/02: gnu: knot: Remove obsolete configure flag. |
Date: |
Mon, 5 Oct 2020 12:23:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2eb0585ab4a475656094a1dbe6265563a2bccc6b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 5 18:19:17 2020 +0200
gnu: knot: Remove obsolete configure flag.
* 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 fb16355..0cb8df9 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