From 4c6cb448fdd79a446819c410a26342fd105737d4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 5 Dec 2021 12:44:53 +0100 Subject: gnu: sjcount: Remove trailing #T. * gnu/packages/bioinformatics.scm (sjcount)[arguments]: Remove trailing #T from build phases. --- gnu/packages/bioinformatics.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 65cfc483f8..95b4ca1b78 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -11380,16 +11380,14 @@ analyses in addition to large-scale sequence-level searches.") (("-I \\$\\{SAMTOOLS_DIR\\}") (string-append "-I" (assoc-ref inputs "samtools") "/include/samtools")) - (("-lz ") "-lz -lpthread ")) - #t)) + (("-lz ") "-lz -lpthread ")))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (for-each (lambda (tool) (install-file tool (string-append (assoc-ref outputs "out") "/bin"))) - '("j_count" "b_count" "sjcount")) - #t))))) + '("j_count" "b_count" "sjcount"))))))) (inputs `(("samtools" ,samtools-0.1) ("zlib" ,zlib))) -- cgit v1.2.3