me
/
guix
Archived
1
0
Fork 0

gnu: rsem: Remove trailing #T from snippet.

* gnu/packages/bioinformatics.scm (rsem)[source]: Remove trailing #T.
master
Ricardo Wurmus 2021-12-04 15:25:26 +01:00
parent cfaf37d10b
commit 23975fe27a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -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