gnu: adapterremoval: Remove reference to %outputs.

* gnu/packages/bioinformatics.scm (adapterremoval)[arguments]: Remove
reference to %outputs by using a gexp.
This commit is contained in:
Ricardo Wurmus 2021-12-05 12:51:35 +01:00
parent fac4c98699
commit 03ca627b09
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13501,9 +13501,9 @@ (define-public adapterremoval
"1nf3ki5pfzalhrx2fr1y6pfqfi133yj2m7q4fj9irf5fb94bapwr"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "COLOR_BUILD=no"
(string-append "PREFIX="
(assoc-ref %outputs "out")))
`(#:make-flags
,#~(list "COLOR_BUILD=no"
(string-append "PREFIX=" #$output))
#:test-target "test"
#:phases
(modify-phases %standard-phases