gnu: fastahack: Wrap long line.
* gnu/packages/bioinformatics.scm (fastahack): Wrap long line.
This commit is contained in:
parent
2e0d02ebe3
commit
a1a55e5b60
@ -14503,7 +14503,8 @@ neural networks.")
|
|||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:make-flags #~(list (string-append "CXX=" #$(cxx-for-target)))
|
(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
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure) ; There is no configure phase.
|
(delete 'configure) ; There is no configure phase.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user