rekado pushed a commit to branch master in repository guix. commit e35dce017090685d07aedf10c9899c0cdcc70d9e Author: Ricardo Wurmus <rek...@elephly.net> 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