rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 23975fe27abfd6ba487f48c7f089016449e2bff6
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Dec 4 15:25:26 2021 +0100
gnu: rsem: Remove trailing #T from snippet.
* gnu/packages/bioinformatics.scm (rsem)[source]: Remove trailing #T.
---
gnu/packages/bioinformatics.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f3813ba..9352453 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6132,8 +6132,7 @@ phylogenies.")
'(begin
;; remove bundled copy of boost and samtools
(delete-file-recursively "boost")
- (delete-file-recursively "samtools-1.3")
- #t))))
+ (delete-file-recursively "samtools-1.3")))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;no "check" target