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".master
parent
4392783232
commit
1bf55a4850
|
@ -9569,13 +9569,11 @@ dependency like SeqAn.")
|
||||||
(add-after 'unpack 'do-not-look-for-boost
|
(add-after 'unpack 'do-not-look-for-boost
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("find_package\\(Boost 1\\.53\\.0") "#"))
|
(("find_package\\(Boost 1\\.53\\.0") "#"))))
|
||||||
#t))
|
|
||||||
(add-after 'unpack 'do-not-assign-to-macro
|
(add-after 'unpack 'do-not-assign-to-macro
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "include/spdlog/details/format.cc"
|
(substitute* "include/spdlog/details/format.cc"
|
||||||
(("const unsigned CHAR_WIDTH = 1;") ""))
|
(("const unsigned CHAR_WIDTH = 1;") ""))))
|
||||||
#t))
|
|
||||||
(add-after 'unpack 'prepare-rapmap
|
(add-after 'unpack 'prepare-rapmap
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(let ((src "external/install/src/rapmap/")
|
(let ((src "external/install/src/rapmap/")
|
||||||
|
@ -9648,8 +9646,7 @@ dependency like SeqAn.")
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "include/spdlog")
|
'(begin (delete-file-recursively "include/spdlog")
|
||||||
(for-each delete-file '("include/xxhash.h"
|
(for-each delete-file '("include/xxhash.h"
|
||||||
"src/xxhash.c"))
|
"src/xxhash.c"))))))
|
||||||
#t))))
|
|
||||||
("libdivsufsort" ,libdivsufsort)
|
("libdivsufsort" ,libdivsufsort)
|
||||||
("libgff" ,libgff)
|
("libgff" ,libgff)
|
||||||
("tbb" ,tbb)
|
("tbb" ,tbb)
|
||||||
|
|
Reference in New Issue