guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: methyldackel: Remove trailing #T.


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

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

commit 1d01043a4f214e4492a6abe054e99c61a11d6de9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 19:01:22 2021 +0000

    gnu: methyldackel: Remove trailing #T.
    
    * gnu/packages/bioinformatics.scm (methyldackel)[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 ac6c7e0..822f356 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14016,8 +14016,7 @@ patterns.")
              (substitute* "Makefile"
                (("-lhts ") "-lhts -lBigWig ")
                (("install MethylDackel \\$\\(prefix\\)" match)
-                (string-append "install -d $(prefix); " match)))
-             #t)))))
+                (string-append "install -d $(prefix); " match))))))))
     (inputs
      `(("curl" ,curl) ; XXX: needed by libbigwig
        ("htslib" ,htslib-1.9)



reply via email to

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