[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/19: gnu: bedtools: Remove reference to %outputs.
From: |
guix-commits |
Subject: |
02/19: gnu: bedtools: Remove reference to %outputs. |
Date: |
Fri, 3 Dec 2021 18:33:44 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 0e09065460b2f0f5f20ea8a157605b2686bbe499
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 3 23:36:18 2021 +0100
gnu: bedtools: Remove reference to %outputs.
* gnu/packages/bioinformatics.scm (bedtools)[arguments]: Use a gexp instead
of
referencing %outputs.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 070d6bd..94cad55 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -508,9 +508,9 @@ computational cluster.")
"1f2hh79l7dn147c2xyfgf5wfjvlqfw32kjfnnh2n1qy6rpzx2fik"))))
(build-system gnu-build-system)
(arguments
- '(#:test-target "test"
+ `(#:test-target "test"
#:make-flags
- (list (string-append "prefix=" (assoc-ref %outputs "out")))
+ ,#~(list (string-append "prefix=" #$output))
#:phases
(modify-phases %standard-phases
(delete 'configure))))
- branch core-updates-frozen updated (6d4f260 -> 114eb98), guix-commits, 2021/12/03
- 01/19: gnu: qtltools: Replace references to %build-inputs., guix-commits, 2021/12/03
- 02/19: gnu: bedtools: Remove reference to %outputs.,
guix-commits <=
- 03/19: gnu: bless: Remove trailing #T from snippet and build phases., guix-commits, 2021/12/03
- 04/19: gnu: bless: Remove reference to %build-inputs., guix-commits, 2021/12/03
- 05/19: gnu: bowtie: Remove reference to %outputs., guix-commits, 2021/12/03
- 06/19: gnu: bowtie1: Replace reference to %outputs., guix-commits, 2021/12/03
- 07/19: gnu: cd-hit: Replace reference to %outputs., guix-commits, 2021/12/03
- 10/19: gnu: fxtract: Replace reference to %outputs., guix-commits, 2021/12/03
- 12/19: gnu: java-picard: Replace reference to %build-inputs., guix-commits, 2021/12/03
- 13/19: gnu: fastp: Replace reference to %outputs., guix-commits, 2021/12/03
- 14/19: gnu: jellyfish: Replace reference to %outputs., guix-commits, 2021/12/03
- 18/19: gnu: mash: Move htslib and capnproto to regular inputs., guix-commits, 2021/12/03