me
/
guix
Archived
1
0
Fork 0

gnu: prinseq: Fix use of SEARCH-INPUT-FILE.

* gnu/packages/bioinformatics.scm (prinseq)[arguments]: Pass missing argument
to SEARCH-INPUT-FILE.
master
Ricardo Wurmus 2021-12-02 11:26:55 +01:00
parent f1fd313e48
commit 37c475ebc0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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")))