gnu: mash: Fix build.
* gnu/packages/bioinformatics.scm (mash)[arguments]: Add a new 'bootstrap phase.
This commit is contained in:
parent
096fd9c3ff
commit
75b95af9d6
@ -7184,6 +7184,10 @@ sequences).")
|
||||
#:make-flags (list "CC=gcc")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'bootstrap
|
||||
;; The bootstrap script is missing a shebang.
|
||||
(lambda _
|
||||
(invoke "bash" "./bootstrap.sh")))
|
||||
(add-after 'unpack 'fix-includes
|
||||
(lambda _
|
||||
(substitute* '("src/mash/Sketch.cpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user