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