gnu: fastp: Replace reference to %outputs.

* gnu/packages/bioinformatics.scm (fastp)[arguments]: Use a gexp.
This commit is contained in:
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

View file

@ -4866,7 +4866,7 @@ (define-public fastp
(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)