guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/19: gnu: delly: Replace reference to %outputs.


From: guix-commits
Subject: 09/19: gnu: delly: Replace reference to %outputs.
Date: Fri, 3 Dec 2021 18:33:47 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 4f03151ca4685dcde4b56e3f7aa5849d8371d92d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 4 00:00:26 2021 +0100

    gnu: delly: Replace reference to %outputs.
    
    * gnu/packages/bioinformatics.scm (delly)[arguments]: Replace reference to
    %outputs with a gexp.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ae555d0..16519e8 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]