guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: velvet: Remove trailing #T.


From: guix-commits
Subject: 01/07: gnu: velvet: Remove trailing #T.
Date: Sun, 5 Dec 2021 11:39:13 -0500 (EST)

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

commit fe0f8c627a3264b06655484beef587e769a5a027
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 17:21:39 2021 +0100

    gnu: velvet: Remove trailing #T.
    
    * gnu/packages/bioinformatics.scm (velvet)[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 efb79d0..de6ce19 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13342,8 +13342,7 @@ to an artifact/contaminant file.")
               (snippet
                '(begin
                   (delete-file "Manual.pdf")
-                  (delete-file-recursively "third-party")
-                  #t))))
+                  (delete-file-recursively "third-party")))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("OPENMP=t")
@@ -13354,8 +13353,7 @@ to an artifact/contaminant file.")
          (add-after 'unpack 'fix-zlib-include
            (lambda _
              (substitute* "src/binarySequences.c"
-               (("../third-party/zlib-1.2.3/zlib.h") "zlib.h"))
-             #t))
+               (("../third-party/zlib-1.2.3/zlib.h") "zlib.h"))))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
@@ -13366,8 +13364,7 @@ to an artifact/contaminant file.")
                (install-file "velveth" bin)
                (install-file "velvetg" bin)
                (install-file "Manual.pdf" doc)
-               (install-file "Columbus_manual.pdf" doc)
-               #t))))))
+               (install-file "Columbus_manual.pdf" doc)))))))
     (inputs
      `(("openmpi" ,openmpi)
        ("zlib" ,zlib)))



reply via email to

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