guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/15: gnu: bowtie: Remove trailing #T.


From: guix-commits
Subject: 02/15: gnu: bowtie: Remove trailing #T.
Date: Sun, 24 Oct 2021 16:39:06 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit e5a26a1f02503f676378fe6f30dba4249c3090af
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 16:59:39 2021 +0000

    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 128294a..4743e56 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]