mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: delly: Replace reference to %outputs.
* gnu/packages/bioinformatics.scm (delly)[arguments]: Replace reference to %outputs with a gexp.
This commit is contained in:
parent
3601fcbf65
commit
4f03151ca4
1 changed files with 2 additions and 2 deletions
|
@ -3238,8 +3238,8 @@ (define-public delly
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests to run.
|
`(#:tests? #f ; There are no tests to run.
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "PARALLEL=1" ; Allow parallel execution at run-time.
|
,#~(list "PARALLEL=1" ; Allow parallel execution at run-time.
|
||||||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
(string-append "prefix=" #$output))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ; There is no configure phase.
|
(delete 'configure) ; There is no configure phase.
|
||||||
|
|
Loading…
Reference in a new issue