guix-commits
[Top][All Lists]
Advanced

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

06/18: gnu: intervaltree: Remove reference to %outputs.


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

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

commit b798d90beeb2a19f064359ff2b61034dcbe9137d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:47:40 2021 +0100

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d01c54d..897789d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12221,9 +12221,9 @@ reference transcripts provided in a annotation file 
(also in GTF/GFF3 format).
            (base32 "0rgv6q5fl4x5d74n6p5wvdna6zmbdbqpb4jqqh6vq3670gn08xad"))))
       (build-system gnu-build-system)
       (arguments
-       '(#:tests? #f ; No tests.
-         #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs 
"out"))
-                            "DESTDIR=\"\"")
+       `(#:tests? #f                    ; No tests.
+         #:make-flags
+         ,#~(list (string-append "PREFIX=" #$output) "DESTDIR=\"\"")
          #:phases
          (modify-phases %standard-phases
            (delete 'configure)))) ; There is no configure phase.



reply via email to

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