me
/
guix
Archived
1
0
Fork 0

gnu: blasr: Remove trailing #T.

* gnu/packages/bioinformatics.scm (blasr)[arguments]: Remove trailing #T from
build phase.
master
Ricardo Wurmus 2021-12-07 23:19:43 +01:00
parent d068de0c7d
commit 38cf62a236
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -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")))