diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 23:19:43 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 23:20:36 +0100 |
commit | 38cf62a2360a0668450e8ec465511c54e862cc9d (patch) | |
tree | 7caa37eff87de0dd10f5fc21530c3df8596d24ab /gnu | |
parent | d068de0c7d6681016bbc8184f8b7ace77e7301d0 (diff) | |
download | guix-38cf62a2360a0668450e8ec465511c54e862cc9d.tar.gz |
gnu: blasr: Remove trailing #T.
* gnu/packages/bioinformatics.scm (blasr)[arguments]: Remove trailing #T from build phase.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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"))) |