[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/19: gnu: libbigwig: Replace reference to %outputs.
From: |
guix-commits |
Subject: |
08/19: gnu: libbigwig: Replace reference to %outputs. |
Date: |
Fri, 3 Dec 2021 18:33:46 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 3601fcbf6542ced640987bbde1ccb80ad2d62d33
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 3 23:57:24 2021 +0100
gnu: libbigwig: Replace reference to %outputs.
* gnu/packages/bioinformatics.scm (libbigwig)[arguments]: Replace reference
to
%outputs with a gexp.
---
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 62b92c8..ae555d0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2958,8 +2958,8 @@ other types of unwanted sequence from high-throughput
sequencing reads.")
`(#:test-target "test"
#:tests? #f ; tests require access to the web
#:make-flags
- (list "CC=gcc"
- (string-append "prefix=" (assoc-ref %outputs "out")))
+ ,#~(list "CC=gcc"
+ (string-append "prefix=" #$output))
#:phases
(modify-phases %standard-phases
(delete 'configure))))
- 12/19: gnu: java-picard: Replace reference to %build-inputs., (continued)
- 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
- 19/19: gnu: mash: Replace references to %build-inputs., guix-commits, 2021/12/03
- 15/19: gnu: mafft: Replace references to %build-inputs and %outputs., guix-commits, 2021/12/03
- 16/19: gnu: mafft: Remove trailing #T., guix-commits, 2021/12/03
- 17/19: gnu: mash: Simplify snippet., guix-commits, 2021/12/03
- 09/19: gnu: delly: Replace reference to %outputs., guix-commits, 2021/12/03
- 11/19: gnu: java-htsjdk: Replace reference to %outputs., guix-commits, 2021/12/03
- 08/19: gnu: libbigwig: Replace reference to %outputs.,
guix-commits <=