guix-commits
[Top][All Lists]
Advanced

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

04/22: gnu: mash: Remove custom autoconf phase.


From: Ricardo Wurmus
Subject: 04/22: gnu: mash: 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 e35dce017090685d07aedf10c9899c0cdcc70d9e
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 8 09:10:20 2018 +0100

    gnu: mash: Remove custom autoconf phase.
    
    * gnu/packages/bioinformatics.scm (mash)[arguments]: Remove autoconf phase.
---
 gnu/packages/bioinformatics.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ff6cd03..91f87a7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4018,9 +4018,7 @@ sequences).")
                             "src/mash/CommandScreen.cpp")
                (("^#include \"kseq\\.h\"")
                 "#include \"htslib/kseq.h\""))
-             #t))
-         (add-after 'fix-includes 'autoconf
-           (lambda _ (zero? (system* "autoconf")))))))
+             #t)))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ;; Capnproto and htslib are statically embedded in the final



reply via email to

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