diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2022-05-12 12:58:04 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2022-05-12 12:59:18 +0530 |
commit | a1a55e5b607bc5ebb3310b5c592f2a2b1161625a (patch) | |
tree | 8072c937f3f4952a068c5ba0ffa336135520c720 | |
parent | 2e0d02ebe351024cd97911cb1e5e1a6af1edc7f0 (diff) | |
download | guix-a1a55e5b607bc5ebb3310b5c592f2a2b1161625a.tar.gz |
gnu: fastahack: Wrap long line.
* gnu/packages/bioinformatics.scm (fastahack): Wrap long line.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
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. |