guix-commits
[Top][All Lists]
Advanced

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

13/19: gnu: fastp: Replace reference to %outputs.


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

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

commit 7c2ee273600a6a39f08bbef9d9fd4497f0bcbbb5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 4 00:16:10 2021 +0100

    gnu: fastp: Replace reference to %outputs.
    
    * gnu/packages/bioinformatics.scm (fastp)[arguments]: Use a gexp.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ce9bede..52d8d80 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4866,7 +4866,7 @@ The main functions of FastQC are:
     (arguments
      `(#:tests? #f ; there are none
        #:make-flags
-       (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
+       ,#~(list (string-append "PREFIX=" #$output))
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)



reply via email to

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