mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
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:
parent
2ec601580b
commit
e5a26a1f02
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue