mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: mash: Remove custom autoconf phase.
* gnu/packages/bioinformatics.scm (mash)[arguments]: Remove autoconf phase.
This commit is contained in:
parent
31c41a8cfe
commit
e35dce0170
1 changed files with 1 additions and 3 deletions
|
@ -4018,9 +4018,7 @@ (define-public mash
|
||||||
"src/mash/CommandScreen.cpp")
|
"src/mash/CommandScreen.cpp")
|
||||||
(("^#include \"kseq\\.h\"")
|
(("^#include \"kseq\\.h\"")
|
||||||
"#include \"htslib/kseq.h\""))
|
"#include \"htslib/kseq.h\""))
|
||||||
#t))
|
#t)))))
|
||||||
(add-after 'fix-includes 'autoconf
|
|
||||||
(lambda _ (zero? (system* "autoconf")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
;; Capnproto and htslib are statically embedded in the final
|
;; Capnproto and htslib are statically embedded in the final
|
||||||
|
|
Loading…
Reference in a new issue