guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: prinseq: Fix use of SEARCH-INPU


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: prinseq: Fix use of SEARCH-INPUT-FILE.
Date: Thu, 02 Dec 2021 05:27:33 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 37c475e  gnu: prinseq: Fix use of SEARCH-INPUT-FILE.
37c475e is described below

commit 37c475ebc05d8e52d2345da6d12e466c4647cc8a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 11:26:55 2021 +0100

    gnu: prinseq: Fix use of SEARCH-INPUT-FILE.
    
    * gnu/packages/bioinformatics.scm (prinseq)[arguments]: Pass missing 
argument
    to SEARCH-INPUT-FILE.
---
 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 1ccb56c..67315b8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8210,7 +8210,7 @@ experience substantial biological insertions and 
deletions.")
              (let* ((out (assoc-ref outputs "out"))
                     (bin (string-append out "/bin"))
                     (scripts (find-files "." "prinseq.*.pl"))
-                    (guile (search-input-file "bin/guile")))
+                    (guile (search-input-file inputs "bin/guile")))
                (substitute* scripts
                  (("\"perl -pe")
                   (string-append "\"" (which "perl") " -pe")))



reply via email to

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