guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/14: gnu: mash: Fix build.


From: guix-commits
Subject: 02/14: gnu: mash: Fix build.
Date: Tue, 1 Aug 2023 16:46:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 75b95af9d64563f316992af141cde4f5f4f36441
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200

    gnu: mash: Fix build.
    
    * gnu/packages/bioinformatics.scm (mash)[arguments]: Add a
    new 'bootstrap phase.
---
 gnu/packages/bioinformatics.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3b9c739515..d1448e390f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]