1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-05 00:35:53 +02:00

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
+4
View File
@@ -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"