guix-commits
[Top][All Lists]
Advanced

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

16/19: gnu: mafft: Remove trailing #T.


From: guix-commits
Subject: 16/19: gnu: mafft: Remove trailing #T.
Date: Fri, 3 Dec 2021 18:33:49 -0500 (EST)

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

commit 31409a4af7bf02d2990e1bcdbdd5ad6b90ca7356
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 4 00:22:27 2021 +0100

    gnu: mafft: Remove trailing #T.
    
    * gnu/packages/bioinformatics.scm (mafft)[arguments]: Remove trailing #T 
from
    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 0c75169..cc7f947 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5271,8 +5271,7 @@ sequencing tag position and orientation.")
                (for-each (lambda (file)
                            (wrap-program file
                              `("PATH" ":" prefix (,path))))
-                         (find-files bin)))
-             #t)))))
+                         (find-files bin))))))))
     (inputs
      `(("perl" ,perl)
        ("ruby" ,ruby)



reply via email to

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