gnu: bowtie: Remove trailing #T.

* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Remove trailing #T from
build phases...
[source]: ...and from the snippet.
This commit is contained in:
Ricardo Wurmus 2021-10-24 16:59:39 +00:00
parent 2ec601580b
commit e5a26a1f02
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1692,8 +1692,7 @@ (define-public bowtie
(substitute* "Makefile"
;; replace BUILD_HOST and BUILD_TIME for deterministic build
(("-DBUILD_HOST=.*") "-DBUILD_HOST=\"\\\"guix\\\"\"")
(("-DBUILD_TIME=.*") "-DBUILD_TIME=\"\\\"0\\\"\""))
#t))))
(("-DBUILD_TIME=.*") "-DBUILD_TIME=\"\\\"0\\\"\""))))))
(build-system gnu-build-system)
(arguments
'(#:make-flags
@ -1708,8 +1707,7 @@ (define-public bowtie
(invoke "perl"
"scripts/test/simple_tests.pl"
"--bowtie2=./bowtie2"
"--bowtie2-build=./bowtie2-build")
#t)))))
"--bowtie2-build=./bowtie2-build"))))))
(inputs
`(("tbb" ,tbb-2020)
("zlib" ,zlib)