guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: plink: Build with GCC 8.


From: guix-commits
Subject: branch master updated: gnu: plink: Build with GCC 8.
Date: Thu, 10 Aug 2023 04:26:58 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a38ebae09c gnu: plink: Build with GCC 8.
a38ebae09c is described below

commit a38ebae09cd7cbaeaafdaaf9a1cef73752a891c8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 10 10:26:04 2023 +0200

    gnu: plink: Build with GCC 8.
    
    * gnu/packages/bioinformatics.scm (plink)[native-inputs]: Add gcc-8.
---
 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 b847c9a5d7..51640b710f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8432,7 +8432,7 @@ accessed/downloaded on demand across HTTP.")
     (inputs
      (list zlib lapack))
     (native-inputs
-     (list unzip))
+     (list unzip gcc-8))
     (home-page "http://pngu.mgh.harvard.edu/~purcell/plink/";)
     (synopsis "Whole genome association analysis toolset")
     (description



reply via email to

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