diff options
-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. |