diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-08 09:10:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-08 09:10:20 +0100 |
commit | e35dce017090685d07aedf10c9899c0cdcc70d9e (patch) | |
tree | dd7a86dcce4890477521b48c6e532473d117d834 | |
parent | 31c41a8cfeb6c488cb60139ab809f6332a52679c (diff) | |
download | patches-e35dce017090685d07aedf10c9899c0cdcc70d9e.tar patches-e35dce017090685d07aedf10c9899c0cdcc70d9e.tar.gz |
gnu: mash: Remove custom autoconf phase.
* gnu/packages/bioinformatics.scm (mash)[arguments]: Remove autoconf phase.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index ff6cd03b21..91f87a759e 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 |