guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/22: gnu: newick-utils: Remove custom autoconf phase.


From: Ricardo Wurmus
Subject: 05/22: gnu: newick-utils: Remove custom autoconf phase.
Date: Thu, 8 Nov 2018 04:11:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0881d62f2528187420ea049200138d15984d6c05
Author: Ricardo Wurmus <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]