mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: prinseq: Fix use of SEARCH-INPUT-FILE.
* gnu/packages/bioinformatics.scm (prinseq)[arguments]: Pass missing argument to SEARCH-INPUT-FILE.
This commit is contained in:
parent
f1fd313e48
commit
37c475ebc0
1 changed files with 1 additions and 1 deletions
|
@ -8210,7 +8210,7 @@ (define-public prinseq
|
|||
(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")))
|
||||
|
|
Loading…
Reference in a new issue