me
/
guix
Archived
1
0
Fork 0

gnu: metabat: Remove trailing #T.

* gnu/packages/bioinformatics.scm (metabat)[arguments]: Remove trailing #T
from build phases.
master
Ricardo Wurmus 2021-12-05 15:01:48 +01:00
parent c13046cb68
commit 57f278ffc4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 4 deletions

View File

@ -5386,8 +5386,7 @@ form of assemblies or reads.")
"#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 @@ form of assemblies or reads.")
(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)