diff options
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index ae555d0ad9..16519e8195 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3238,8 +3238,8 @@ with Python.") (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. |