rekado pushed a commit to branch master
in repository guix.
commit 0881d62f2528187420ea049200138d15984d6c05
Author: Ricardo Wurmus <[email protected]>
Date: Thu Nov 8 09:10:58 2018 +0100
gnu: newick-utils: Remove custom autoconf phase.
* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Remove.
---
gnu/packages/bioinformatics.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 91f87a7..8b1170f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4266,11 +4266,6 @@ program for nucleotide and protein sequences.")
(base32
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
(build-system gnu-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'autoconf
- (lambda _ (zero? (system* "autoreconf" "-vif")))))))
(inputs
;; XXX: TODO: Enable Lua and Guile bindings.
;; https://github.com/tjunier/newick_utils/issues/13