mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -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"
|
||||
;; 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)
|
||||
|
|
Loading…
Reference in a new issue