guix-commits
[Top][All Lists]
Advanced

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

12/18: gnu: methyldackel: Remove reference to %outputs.


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

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

commit c973107a25f035bd79e2c13030812822db1b5e71
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:54:29 2021 +0100

    gnu: methyldackel: Remove reference to %outputs.
    
    * gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Remove 
reference
    to %outputs by using a gexp.
---
 gnu/packages/bioinformatics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 85493e8..67baaf3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14455,10 +14455,9 @@ patterns.")
     (arguments
      `(#:test-target "test"
        #:make-flags
-       (list "CC=gcc"
-             "CFLAGS=-fcommon"
-             (string-append "prefix="
-                            (assoc-ref %outputs "out") "/bin/"))
+       ,#~(list "CC=gcc"
+                "CFLAGS=-fcommon"
+                (string-append "prefix=" #$output "/bin/"))
        #:phases
        (modify-phases %standard-phases
          (replace 'configure



reply via email to

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