From 7c2ee273600a6a39f08bbef9d9fd4497f0bcbbb5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 4 Dec 2021 00:16:10 +0100 Subject: gnu: fastp: Replace reference to %outputs. * gnu/packages/bioinformatics.scm (fastp)[arguments]: Use a gexp. --- gnu/packages/bioinformatics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index ce9bede479..52d8d80967 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4866,7 +4866,7 @@ The main functions of FastQC are: (arguments `(#:tests? #f ; there are none #:make-flags - (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) + ,#~(list (string-append "PREFIX=" #$output)) #:phases (modify-phases %standard-phases (delete 'configure) -- cgit v1.2.3