civodul pushed a commit to branch core-updates
in repository guix.

commit 2d092a2afae60421157b486c4056f12ba6d0d20a
Author: Maxime Devos <[email protected]>
AuthorDate: Mon May 31 19:50:07 2021 +0200

    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 <[email protected]>
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3748398..965e26b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7554,7 +7554,7 @@ experience substantial biological insertions and 
deletions.")
          (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 @@ matplotlib.use('Agg')
 " 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")

Reply via email to