me
/
guix
Archived
1
0
Fork 0

gnu: fastp: Replace reference to %outputs.

* gnu/packages/bioinformatics.scm (fastp)[arguments]: Use a gexp.
master
Ricardo Wurmus 2021-12-04 00:16:10 +01:00
parent 64aafe4bc5
commit 7c2ee27360
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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)