From e9201011417cca9cdbbd20acc637a3d241abcc68 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 4 Dec 2021 15:31:08 +0100 Subject: gnu: plink: Remove trailing #T. * gnu/packages/bioinformatics.scm (plink)[arguments]: Remove trailing #T from build phase. --- gnu/packages/bioinformatics.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index bf8aff8fce..5617f5e7e0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6734,11 +6734,10 @@ accessed/downloaded on demand across HTTP.") ;; no "configure" script (delete 'configure) (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((bin (string-append (assoc-ref outputs "out") - "/bin/"))) - (install-file "plink" bin) - #t)))))) + (lambda* (#:key outputs #:allow-other-keys) + (let ((bin (string-append (assoc-ref outputs "out") + "/bin/"))) + (install-file "plink" bin))))))) (inputs `(("zlib" ,zlib) ("lapack" ,lapack))) -- cgit v1.2.3