guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/18: gnu: gess: Set #:guile argument of 'wrap-script'.


From: guix-commits
Subject: 11/18: gnu: gess: Set #:guile argument of 'wrap-script'.
Date: Fri, 4 Jun 2021 17:29:24 -0400 (EDT)

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

commit 2d092a2afae60421157b486c4056f12ba6d0d20a
Author: Maxime Devos <maximedevos@telenet.be>
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 <ludo@gnu.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]