From fe0f8c627a3264b06655484beef587e769a5a027 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 5 Dec 2021 17:21:39 +0100 Subject: gnu: velvet: Remove trailing #T. * gnu/packages/bioinformatics.scm (velvet)[arguments]: Remove trailing #T from build phases. --- gnu/packages/bioinformatics.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index efb79d0fa4..de6ce19ab0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -13342,8 +13342,7 @@ to an artifact/contaminant file.") (snippet '(begin (delete-file "Manual.pdf") - (delete-file-recursively "third-party") - #t)))) + (delete-file-recursively "third-party"))))) (build-system gnu-build-system) (arguments `(#:make-flags '("OPENMP=t") @@ -13354,8 +13353,7 @@ to an artifact/contaminant file.") (add-after 'unpack 'fix-zlib-include (lambda _ (substitute* "src/binarySequences.c" - (("../third-party/zlib-1.2.3/zlib.h") "zlib.h")) - #t)) + (("../third-party/zlib-1.2.3/zlib.h") "zlib.h")))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) @@ -13366,8 +13364,7 @@ to an artifact/contaminant file.") (install-file "velveth" bin) (install-file "velvetg" bin) (install-file "Manual.pdf" doc) - (install-file "Columbus_manual.pdf" doc) - #t)))))) + (install-file "Columbus_manual.pdf" doc))))))) (inputs `(("openmpi" ,openmpi) ("zlib" ,zlib))) -- cgit v1.2.3