mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: gess: Set #:guile argument of 'wrap-script'.
* gnu/packages/bioinformatics.scm (gess)[arguments]<#:phases>{install} Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c4989f7569
commit
2d092a2afa
1 changed files with 2 additions and 1 deletions
|
@ -7554,7 +7554,7 @@ (define-public prinseq
|
|||
(delete 'configure)
|
||||
(delete 'build)
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(bin (string-append out "/bin"))
|
||||
(scripts (find-files "." "prinseq.*.pl"))
|
||||
|
@ -10239,6 +10239,7 @@ (define-public gess
|
|||
" line)))
|
||||
;; Make sure GESS has all modules in its path
|
||||
(wrap-script (string-append target "GESS.py")
|
||||
#:guile (search-input-file inputs "bin/guile")
|
||||
`("GUIX_PYTHONPATH" ":" = (,target ,(getenv "GUIX_PYTHONPATH"))))
|
||||
(mkdir-p bin)
|
||||
(symlink (string-append target "GESS.py")
|
||||
|
|
Loading…
Reference in a new issue