guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fastahack: Wrap long line.


From: guix-commits
Subject: branch master updated: gnu: fastahack: Wrap long line.
Date: Thu, 12 May 2022 03:54:27 -0400

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

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a1a55e5b60 gnu: fastahack: Wrap long line.
a1a55e5b60 is described below

commit a1a55e5b607bc5ebb3310b5c592f2a2b1161625a
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Thu May 12 12:58:04 2022 +0530

    gnu: fastahack: Wrap long line.
    
    * gnu/packages/bioinformatics.scm (fastahack): Wrap long line.
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 28b3be2308..33bf0921d1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14503,7 +14503,8 @@ neural networks.")
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags #~(list (string-append "CXX=" #$(cxx-for-target)))
-           #:tests? #f ; Unclear how to run tests: 
https://github.com/ekg/fastahack/issues/15
+           ;; Unclear how to run tests: 
https://github.com/ekg/fastahack/issues/15
+           #:tests? #f
            #:phases
            #~(modify-phases %standard-phases
                (delete 'configure) ; There is no configure phase.



reply via email to

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