guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: bwa: Remove trailing #T.


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

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

commit d0a1d798eeac93489dc963f57c34de4356eac577
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 18:48:53 2021 +0000

    gnu: bwa: Remove trailing #T.
    
    * gnu/packages/bioinformatics.scm (bwa)[arguments]: Remove trailing #T in
    build phase.
---
 gnu/packages/bioinformatics.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 934782a..5f31485 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1883,8 +1883,7 @@ splice junctions between exons.")
                (install-file "bwa" bin)
                (install-file "libbwa.a" lib)
                (install-file "README.md" doc)
-               (install-file "bwa.1" man))
-             #t))
+               (install-file "bwa.1" man))))
            ;; no "configure" script
           (delete 'configure))))
     (inputs `(("zlib" ,zlib)))



reply via email to

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