guix-commits
[Top][All Lists]
Advanced

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

11/18: gnu: phast: Remove reference to %outputs.


From: guix-commits
Subject: 11/18: gnu: phast: Remove reference to %outputs.
Date: Sun, 5 Dec 2021 09:09:27 -0500 (EST)

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

commit d531dc6761a58a5995b64628232e9469158badb6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:53:46 2021 +0100

    gnu: phast: Remove reference to %outputs.
    
    * gnu/packages/bioinformatics.scm (phast)[arguments]: Remove reference to
    %outputs by using 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 6189f47..85493e8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14503,8 +14503,8 @@ containing the reference genome as well.")
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-       (list "CC=gcc"
-             (string-append "DESTDIR=" (assoc-ref %outputs "out")))
+       ,#~(list "CC=gcc"
+                (string-append "DESTDIR=" #$output))
        #:phases
        (modify-phases %standard-phases
          (replace 'configure



reply via email to

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