guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: sailfish: Remove trailing #T.


From: guix-commits
Subject: 05/07: gnu: sailfish: Remove trailing #T.
Date: Mon, 25 Oct 2021 01:30:31 -0400 (EDT)

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

commit 1bf55a485028be4eca79300f914b8e2d12433e43
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 21:37:39 2021 +0000

    gnu: sailfish: Remove trailing #T.
    
    * gnu/packages/bioinformatics.scm (sailfish)[arguments]: Remove trailing #T 
in
    build phases...
    [inputs]: ...and in the origin snippet of "rapmap".
---
 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 72336e8..0037112 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9569,13 +9569,11 @@ dependency like SeqAn.")
          (add-after 'unpack 'do-not-look-for-boost
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "CMakeLists.txt"
-               (("find_package\\(Boost 1\\.53\\.0") "#"))
-             #t))
+               (("find_package\\(Boost 1\\.53\\.0") "#"))))
          (add-after 'unpack 'do-not-assign-to-macro
            (lambda _
              (substitute* "include/spdlog/details/format.cc"
-               (("const unsigned CHAR_WIDTH = 1;") ""))
-             #t))
+               (("const unsigned CHAR_WIDTH = 1;") ""))))
          (add-after 'unpack 'prepare-rapmap
            (lambda* (#:key inputs #:allow-other-keys)
              (let ((src "external/install/src/rapmap/")
@@ -9648,8 +9646,7 @@ dependency like SeqAn.")
                     (snippet
                      '(begin (delete-file-recursively "include/spdlog")
                              (for-each delete-file '("include/xxhash.h"
-                                                     "src/xxhash.c"))
-                             #t))))
+                                                     "src/xxhash.c"))))))
        ("libdivsufsort" ,libdivsufsort)
        ("libgff" ,libgff)
        ("tbb" ,tbb)



reply via email to

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