guix-commits
[Top][All Lists]
Advanced

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

04/18: gnu: sjcount: Remove reference to %build-inputs.


From: guix-commits
Subject: 04/18: gnu: sjcount: Remove reference to %build-inputs.
Date: Sun, 5 Dec 2021 09:09:25 -0500 (EST)

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

commit a8b60bd475808776629502e16a9fcf7292ef0fe3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:45:18 2021 +0100

    gnu: sjcount: Remove reference to %build-inputs.
    
    * gnu/packages/bioinformatics.scm (sjcount)[arguments]: Remove reference to
    %build-inputs 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 95b4ca1..925a1a5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11369,9 +11369,9 @@ analyses in addition to large-scale sequence-level 
searches.")
       (arguments
        `(#:tests? #f                    ; requires a 1.4G test file
          #:make-flags
-         (list (string-append "SAMTOOLS_DIR="
-                              (assoc-ref %build-inputs "samtools")
-                              "/lib/"))
+         ,#~(list (string-append "SAMTOOLS_DIR="
+                                 #$(this-package-input "samtools")
+                                 "/lib/"))
          #:phases
          (modify-phases %standard-phases
            (replace 'configure



reply via email to

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