mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
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:
parent
fac4c98699
commit
03ca627b09
1 changed files with 3 additions and 3 deletions
|
@ -13501,9 +13501,9 @@ (define-public adapterremoval
|
||||||
"1nf3ki5pfzalhrx2fr1y6pfqfi133yj2m7q4fj9irf5fb94bapwr"))))
|
"1nf3ki5pfzalhrx2fr1y6pfqfi133yj2m7q4fj9irf5fb94bapwr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags (list "COLOR_BUILD=no"
|
`(#:make-flags
|
||||||
(string-append "PREFIX="
|
,#~(list "COLOR_BUILD=no"
|
||||||
(assoc-ref %outputs "out")))
|
(string-append "PREFIX=" #$output))
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue