[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/18: gnu: sjcount: Remove reference to %build-inputs.
From: |
guix-commits |
Subject: |
04/18: gnu: sjcount: Remove reference to %build-inputs. |
Date: |
Sun, 5 Dec 2021 09:09:25 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit a8b60bd475808776629502e16a9fcf7292ef0fe3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:45:18 2021 +0100
gnu: sjcount: Remove reference to %build-inputs.
* gnu/packages/bioinformatics.scm (sjcount)[arguments]: Remove reference to
%build-inputs by using a gexp.
---
gnu/packages/bioinformatics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 95b4ca1..925a1a5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11369,9 +11369,9 @@ analyses in addition to large-scale sequence-level
searches.")
(arguments
`(#:tests? #f ; requires a 1.4G test file
#:make-flags
- (list (string-append "SAMTOOLS_DIR="
- (assoc-ref %build-inputs "samtools")
- "/lib/"))
+ ,#~(list (string-append "SAMTOOLS_DIR="
+ #$(this-package-input "samtools")
+ "/lib/"))
#:phases
(modify-phases %standard-phases
(replace 'configure
- 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, 2021/12/05
- 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 <=
- 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
- 14/18: gnu: tla2tools: Remove remaining reference to %output., guix-commits, 2021/12/05
- 07/18: gnu: bbmap: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 11/18: gnu: phast: Remove reference to %outputs., guix-commits, 2021/12/05