guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: rsem: Remove trailing #T.


From: guix-commits
Subject: 06/11: gnu: rsem: Remove trailing #T.
Date: Sat, 4 Dec 2021 10:02:35 -0500 (EST)

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

commit c45c909026965d95fbe404c5a0937f56749b3ddd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 4 15:26:48 2021 +0100

    gnu: rsem: Remove trailing #T.
    
    * gnu/packages/bioinformatics.scm (rsem)[arguments]: Remove trailing #T from
    build phases.
---
 gnu/packages/bioinformatics.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7242862..ee03d44 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6154,8 +6154,7 @@ phylogenies.")
            (lambda _
              (substitute* "Makefile"
                (("^all : \\$\\(PROGRAMS\\).*") "all: $(PROGRAMS)\n")
-               (("^\\$\\(SAMLIBS\\).*") ""))
-             #t))
+               (("^\\$\\(SAMLIBS\\).*") ""))))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (string-append (assoc-ref outputs "out")))
@@ -6166,8 +6165,7 @@ phylogenies.")
                (for-each (lambda (file)
                            (install-file file bin))
                          (find-files "." "rsem-.*"))
-               (install-file "rsem_perl_utils.pm" perl))
-             #t))
+               (install-file "rsem_perl_utils.pm" perl))))
          (add-after 'install 'wrap-program
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))
@@ -6182,8 +6180,7 @@ phylogenies.")
                            "rsem-plot-transcript-wiggles"
                            "rsem-prepare-reference"
                            "rsem-run-ebseq"
-                           "rsem-run-prsem-testing-procedure")))
-             #t)))))
+                           "rsem-run-prsem-testing-procedure"))))))))
     (inputs
      `(("boost" ,boost)
        ("r-minimal" ,r-minimal)



reply via email to

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