[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/18: gnu: dropseq-tools: Remove trailing #T.
From: |
guix-commits |
Subject: |
01/18: gnu: dropseq-tools: Remove trailing #T. |
Date: |
Sun, 5 Dec 2021 09:09:24 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 1462e5c9198e22f1431d185e0b0ea28bff14db84
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:43:03 2021 +0100
gnu: dropseq-tools: Remove trailing #T.
* gnu/packages/bioinformatics.scm (dropseq-tools)[arguments]: Remove
trailing #T from build phases...
[source]: ...and from the snippet.
---
gnu/packages/bioinformatics.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f3cc1ea..35a03bb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10748,8 +10748,7 @@ contains
(snippet
'(begin
(for-each delete-file (find-files "jar/lib" "\\.jar$"))
- (delete-file-recursively "3rdParty")
- #t))))
+ (delete-file-recursively "3rdParty")))))
(build-system ant-build-system)
(arguments
`(#:tests? #f ; test data are not included
@@ -10786,8 +10785,7 @@ contains
(for-each (lambda (jar)
(symlink jar (string-append "jar/lib/" (basename
jar))))
(append-map (lambda (dir) (find-files dir "\\.jar$"))
- dirs)))
- #t))
+ dirs)))))
;; There is no installation target
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
@@ -10830,8 +10828,7 @@ contains
scripts)
(("^java") (which "java"))
(("jar_deploy_dir=.*")
- (string-append "jar_deploy_dir=" share "\n"))))
- #t))
+ (string-append "jar_deploy_dir=" share "\n"))))))
;; FIXME: We do this after stripping jars because we don't want it to
;; copy all these jars and strip them. We only want to install
;; links. Arguably, this is a problem with the ant-build-system.
@@ -10843,8 +10840,7 @@ contains
(for-each (lambda (jar)
(symlink (readlink jar)
(string-append lib (basename jar))))
- (find-files "jar/lib" "\\.jar$")))
- #t)))))
+ (find-files "jar/lib" "\\.jar$"))))))))
(inputs
`(("jdk" ,icedtea-8)
("java-picard" ,java-picard-2.10.3)
- branch core-updates-frozen updated (c61e49a -> f2b99e3), guix-commits, 2021/12/05
- 03/18: gnu: sjcount: Remove trailing #T., guix-commits, 2021/12/05
- 01/18: gnu: dropseq-tools: Remove trailing #T.,
guix-commits <=
- 02/18: gnu: dropseq-tools: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 06/18: gnu: intervaltree: Remove reference to %outputs., guix-commits, 2021/12/05
- 04/18: gnu: sjcount: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 05/18: gnu: biobambam2: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 08/18: gnu: adapterremoval: Remove reference to %outputs., guix-commits, 2021/12/05
- 09/18: gnu: ataqv: Remove references to %outputs and %build-inputs., guix-commits, 2021/12/05
- 13/18: gnu: kraken2: Remove reference to %outputs., guix-commits, 2021/12/05
- 16/18: gnu: clapack: Pass -fcommon to compiler., guix-commits, 2021/12/05
- 17/18: gnu: metabat: Remove trailing #T., guix-commits, 2021/12/05
- 12/18: gnu: methyldackel: Remove reference to %outputs., guix-commits, 2021/12/05