mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -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"))))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue