rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 38cf62a2360a0668450e8ec465511c54e862cc9d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Dec 7 23:19:43 2021 +0100
gnu: blasr: Remove trailing #T.
* gnu/packages/bioinformatics.scm (blasr)[arguments]: Remove trailing #T
from
build phase.
---
gnu/packages/bioinformatics.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e960772..055edf3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -782,8 +782,7 @@ hdf and alignment.")
m
(format #f "cpp.find_library('hdf5', dirs : '~a'), \
cpp.find_library('hdf5_cpp', dirs : '~a'), "
- hdf5 hdf5)))))
- #t)))
+ hdf5 hdf5))))))))
;; Tests require "cram" executable, which is not packaged.
#:tests? #f
#:configure-flags '("-Dtests=false")))