[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: ngless: Remove trailing #T from build phases.
From: |
guix-commits |
Subject: |
01/06: gnu: ngless: Remove trailing #T from build phases. |
Date: |
Fri, 6 Jan 2023 08:07:21 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 648c370f33c2447adf60e5b76f1411f761266385
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 6 13:45:06 2023 +0100
gnu: ngless: Remove trailing #T from build phases.
* gnu/packages/bioinformatics.scm (ngless)[arguments]: Remove trailing #T.
---
gnu/packages/bioinformatics.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 26bb7a344b..fdc87f1e80 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14191,10 +14191,9 @@ datasets.")
(("MINIMAP2_VERSION = .*")
(string-append "MINIMAP2_VERSION = "
,(package-version minimap2) "\n")))
- (invoke "make" "NGLess/Dependencies/Versions.hs")
- #t))
+ (invoke "make" "NGLess/Dependencies/Versions.hs")))
(add-after 'create-Versions.hs 'create-cabal-file
- (lambda _ (invoke "hpack") #t))
+ (lambda _ (invoke "hpack")))
;; These tools are expected to be installed alongside ngless.
(add-after 'install 'link-tools
(lambda* (#:key inputs outputs #:allow-other-keys)
@@ -14206,8 +14205,7 @@ datasets.")
(symlink (search-input-file inputs "/bin/samtools")
(string-append bin "ngless-" ,version "-samtools"))
(symlink (search-input-file inputs "/bin/bwa")
- (string-append bin "ngless-" ,version "-bwa"))
- #t))))))
+ (string-append bin "ngless-" ,version "-bwa"))))))))
(inputs
(list prodigal
bwa
- branch master updated (ba35d6ba12 -> 8ace894681), guix-commits, 2023/01/06
- 01/06: gnu: ngless: Remove trailing #T from build phases.,
guix-commits <=
- 04/06: gnu: filtlong: Drop input labels., guix-commits, 2023/01/06
- 03/06: gnu: filtlong: Remove trailing #T from build phases., guix-commits, 2023/01/06
- 02/06: gnu: ngless: Use gexp., guix-commits, 2023/01/06
- 06/06: gnu: filtlong: Use Python 3., guix-commits, 2023/01/06
- 05/06: gnu: filtlong: Use gexp., guix-commits, 2023/01/06