mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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\""))
|
||||
(substitute* "src/KseqReader.h"
|
||||
(("^#include \"bam/kseq\\.h\"")
|
||||
"#include \"htslib/kseq.h\""))
|
||||
#t))
|
||||
"#include \"htslib/kseq.h\""))))
|
||||
(add-after 'unpack 'fix-scons
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "SConstruct"
|
||||
|
@ -5404,8 +5403,7 @@ (define-public metabat
|
|||
(assoc-ref inputs "samtools")
|
||||
"/lib'"))
|
||||
;; Do not distribute README.
|
||||
(("^env\\.Install\\(idir_prefix, 'README\\.md'\\)") ""))
|
||||
#t)))))
|
||||
(("^env\\.Install\\(idir_prefix, 'README\\.md'\\)") "")))))))
|
||||
(inputs
|
||||
`(("zlib" ,zlib)
|
||||
("perl" ,perl)
|
||||
|
|
Loading…
Reference in a new issue