[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/18: gnu: adapterremoval: Remove reference to %outputs.
From: |
guix-commits |
Subject: |
08/18: gnu: adapterremoval: Remove reference to %outputs. |
Date: |
Sun, 5 Dec 2021 09:09:26 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 03ca627b09bcdda51f6e6100f9177eb7f50abe3c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:51:35 2021 +0100
gnu: adapterremoval: Remove reference to %outputs.
* gnu/packages/bioinformatics.scm (adapterremoval)[arguments]: Remove
reference to %outputs 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 e0990bd..d5672a4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13501,9 +13501,9 @@ tools which build on STAR, Arriba does not require to
reduce the
"1nf3ki5pfzalhrx2fr1y6pfqfi133yj2m7q4fj9irf5fb94bapwr"))))
(build-system gnu-build-system)
(arguments
- `(#:make-flags (list "COLOR_BUILD=no"
- (string-append "PREFIX="
- (assoc-ref %outputs "out")))
+ `(#:make-flags
+ ,#~(list "COLOR_BUILD=no"
+ (string-append "PREFIX=" #$output))
#:test-target "test"
#:phases
(modify-phases %standard-phases
- 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, 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 <=
- 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
- 10/18: gnu: libsbml: Remove references to %build-inputs., guix-commits, 2021/12/05
- 15/18: gnu: clapack: Remove trailing #T., guix-commits, 2021/12/05