me
/
guix
Archived
1
0
Fork 0

gnu: mash: Update package style.

* gnu/packages/bioinformatics.scm (mash)[arguments]: Consolidate
similar SUBSTITUTE* calls.  Don't explicitly return #t from phases.
master
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent 45b7a8bfda
commit 096fd9c3ff
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 8 deletions

View File

@ -7190,16 +7190,12 @@ sequences).")
"src/mash/CommandFind.cpp"
"src/mash/CommandScreen.cpp")
(("^#include \"kseq\\.h\"")
"#include \"htslib/kseq.h\""))
#t))
"#include \"htslib/kseq.h\""))))
(add-after 'fix-includes 'use-c++14
(lambda _
;; capnproto 0.7 requires c++14 to build
(substitute* "configure.ac"
(("c\\+\\+11") "c++14"))
(substitute* "Makefile.in"
(("c\\+\\+11") "c++14"))
#t)))))
;; capnproto 1.0 requires c++14 to build.
(substitute* (list "configure.ac" "Makefile.in")
(("c\\+\\+11") "c++14")))))))
(native-inputs
(list autoconf))
(inputs