gnu: delly: Replace reference to %outputs.

* gnu/packages/bioinformatics.scm (delly)[arguments]: Replace reference to
%outputs with a gexp.
This commit is contained in:
Ricardo Wurmus 2021-12-04 00:00:26 +01:00
parent 3601fcbf65
commit 4f03151ca4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3238,8 +3238,8 @@ (define-public delly
(arguments
`(#:tests? #f ; There are no tests to run.
#:make-flags
(list "PARALLEL=1" ; Allow parallel execution at run-time.
(string-append "prefix=" (assoc-ref %outputs "out")))
,#~(list "PARALLEL=1" ; Allow parallel execution at run-time.
(string-append "prefix=" #$output))
#:phases
(modify-phases %standard-phases
(delete 'configure) ; There is no configure phase.