guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: bamutils: Remove reference to %outputs.


From: guix-commits
Subject: 04/05: gnu: bamutils: Remove reference to %outputs.
Date: Fri, 3 Dec 2021 07:57:21 -0500 (EST)

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

commit 673cc2990807e36308cce4b20a8a6f1501b0f4b3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 22:49:14 2021 +0100

    gnu: bamutils: Remove reference to %outputs.
    
    * gnu/packages/bioinformatics.scm (bamutils)[arguments]: Use 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 feef9a7..27eccad 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -337,9 +337,9 @@ BAM files.")
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; There are no tests.
-       #:make-flags `("USER_WARNINGS=-std=gnu++98"
-                      ,(string-append "INSTALLDIR="
-                                      (assoc-ref %outputs "out") "/bin"))
+       #:make-flags
+       ,#~(list "USER_WARNINGS=-std=gnu++98" ;
+                (string-append "INSTALLDIR=" #$output "/bin"))
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))



reply via email to

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