gnu: rsem: Remove trailing #T from snippet.
* gnu/packages/bioinformatics.scm (rsem)[source]: Remove trailing #T.master
parent
cfaf37d10b
commit
23975fe27a
|
@ -6132,8 +6132,7 @@ phylogenies.")
|
||||||
'(begin
|
'(begin
|
||||||
;; remove bundled copy of boost and samtools
|
;; remove bundled copy of boost and samtools
|
||||||
(delete-file-recursively "boost")
|
(delete-file-recursively "boost")
|
||||||
(delete-file-recursively "samtools-1.3")
|
(delete-file-recursively "samtools-1.3")))))
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no "check" target
|
`(#:tests? #f ;no "check" target
|
||||||
|
|
Reference in New Issue