gnu: prinseq: Fix use of SEARCH-INPUT-FILE.
* gnu/packages/bioinformatics.scm (prinseq)[arguments]: Pass missing argument to SEARCH-INPUT-FILE.master
parent
f1fd313e48
commit
37c475ebc0
|
@ -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")))
|
||||
|
|
Reference in New Issue