gnu: mash: Fix build.

* gnu/packages/bioinformatics.scm (mash)[arguments]: Add a
new 'bootstrap phase.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent 096fd9c3ff
commit 75b95af9d6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7184,6 +7184,10 @@ (define-public mash
#: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"