gnu: fastahack: Wrap long line.
* gnu/packages/bioinformatics.scm (fastahack): Wrap long line.
This commit is contained in:
parent
2e0d02ebe3
commit
a1a55e5b60
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue