From e5a26a1f02503f676378fe6f30dba4249c3090af Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 24 Oct 2021 16:59:39 +0000 Subject: gnu: bowtie: Remove trailing #T. * gnu/packages/bioinformatics.scm (bowtie)[arguments]: Remove trailing #T from build phases... [source]: ...and from the snippet. --- gnu/packages/bioinformatics.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 128294ab9c..4743e56abc 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1692,8 +1692,7 @@ errors at the end of reads.") (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 @@ errors at the end of reads.") (invoke "perl" "scripts/test/simple_tests.pl" "--bowtie2=./bowtie2" - "--bowtie2-build=./bowtie2-build") - #t))))) + "--bowtie2-build=./bowtie2-build")))))) (inputs `(("tbb" ,tbb-2020) ("zlib" ,zlib) -- cgit v1.2.3