gnu: fastahack: Wrap long line.

* gnu/packages/bioinformatics.scm (fastahack): Wrap long line.
This commit is contained in:
Arun Isaac 2022-05-12 12:58:04 +05:30
parent 2e0d02ebe3
commit a1a55e5b60
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -14503,7 +14503,8 @@ (define-public fastahack
(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.