guix-commits
[Top][All Lists]
Advanced

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

03/18: gnu: sjcount: Remove trailing #T.


From: guix-commits
Subject: 03/18: gnu: sjcount: Remove trailing #T.
Date: Sun, 5 Dec 2021 09:09:24 -0500 (EST)

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

commit 4c6cb448fdd79a446819c410a26342fd105737d4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:44:53 2021 +0100

    gnu: sjcount: Remove trailing #T.
    
    * gnu/packages/bioinformatics.scm (sjcount)[arguments]: Remove trailing #T
    from build phases.
---
 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 65cfc48..95b4ca1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11380,16 +11380,14 @@ analyses in addition to large-scale sequence-level 
searches.")
                  (("-I \\$\\{SAMTOOLS_DIR\\}")
                   (string-append "-I" (assoc-ref inputs "samtools")
                                  "/include/samtools"))
-                 (("-lz ") "-lz -lpthread "))
-               #t))
+                 (("-lz ") "-lz -lpthread "))))
            (replace 'install
              (lambda* (#:key outputs #:allow-other-keys)
                (for-each (lambda (tool)
                            (install-file tool
                                          (string-append (assoc-ref outputs 
"out")
                                                         "/bin")))
-                         '("j_count" "b_count" "sjcount"))
-               #t)))))
+                         '("j_count" "b_count" "sjcount")))))))
       (inputs
        `(("samtools" ,samtools-0.1)
          ("zlib" ,zlib)))



reply via email to

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