mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: metabat: Remove trailing #T.
* gnu/packages/bioinformatics.scm (metabat)[arguments]: Remove trailing #T from build phases.
This commit is contained in:
parent
c13046cb68
commit
57f278ffc4
1 changed files with 2 additions and 4 deletions
|
@ -5386,8 +5386,7 @@ (define-public metabat
|
||||||
"#include \"samtools/sam.h\""))
|
"#include \"samtools/sam.h\""))
|
||||||
(substitute* "src/KseqReader.h"
|
(substitute* "src/KseqReader.h"
|
||||||
(("^#include \"bam/kseq\\.h\"")
|
(("^#include \"bam/kseq\\.h\"")
|
||||||
"#include \"htslib/kseq.h\""))
|
"#include \"htslib/kseq.h\""))))
|
||||||
#t))
|
|
||||||
(add-after 'unpack 'fix-scons
|
(add-after 'unpack 'fix-scons
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "SConstruct"
|
(substitute* "SConstruct"
|
||||||
|
@ -5404,8 +5403,7 @@ (define-public metabat
|
||||||
(assoc-ref inputs "samtools")
|
(assoc-ref inputs "samtools")
|
||||||
"/lib'"))
|
"/lib'"))
|
||||||
;; Do not distribute README.
|
;; Do not distribute README.
|
||||||
(("^env\\.Install\\(idir_prefix, 'README\\.md'\\)") ""))
|
(("^env\\.Install\\(idir_prefix, 'README\\.md'\\)") "")))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
|
|
Loading…
Reference in a new issue