mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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")
|
||||
(("^#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
|
||||
|
|
Loading…
Reference in a new issue