summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2022-05-12 12:58:04 +0530
committerArun Isaac <arunisaac@systemreboot.net>2022-05-12 12:59:18 +0530
commita1a55e5b607bc5ebb3310b5c592f2a2b1161625a (patch)
tree8072c937f3f4952a068c5ba0ffa336135520c720 /gnu/packages
parent2e0d02ebe351024cd97911cb1e5e1a6af1edc7f0 (diff)
downloadguix-patches-a1a55e5b607bc5ebb3310b5c592f2a2b1161625a.tar
guix-patches-a1a55e5b607bc5ebb3310b5c592f2a2b1161625a.tar.gz
gnu: fastahack: Wrap long line.
* gnu/packages/bioinformatics.scm (fastahack): Wrap long line.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 2 insertions, 1 deletions
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.