From 38cf62a2360a0668450e8ec465511c54e862cc9d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 Dec 2021 23:19:43 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e9607724c0..055edf389a 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"))) -- cgit v1.2.3