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:
Maxime Devos 2021-05-31 19:50:07 +02:00 committed by Ludovic Courtès
parent c4989f7569
commit 2d092a2afa
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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