rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 7c2ee273600a6a39f08bbef9d9fd4497f0bcbbb5
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Dec 4 00:16:10 2021 +0100
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(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ce9bede..52d8d80 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)