guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: hisat: Build with GCC 10.


From: guix-commits
Subject: 03/03: gnu: hisat: Build with GCC 10.
Date: Tue, 25 Apr 2023 13:31:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f2e90d6f434c62f4f5a64eb7aac73eb27c900950
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 25 19:30:43 2023 +0200

    gnu: hisat: Build with GCC 10.
    
    * gnu/packages/bioinformatics.scm (hisat)[native-inputs]: Add gcc-10.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9941b2f866..d3e806bce6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4954,7 +4954,7 @@ genome-wide association studies}.")
                           
"hisat(-(build|align|inspect)(-(s|l)(-debug)*)*)*$")))))
          (delete 'configure))))
     (native-inputs
-     (list unzip))
+     (list gcc-10 unzip))
     (inputs
      (list perl python zlib))
     ;; Non-portable SSE instructions are used so building fails on platforms



reply via email to

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