guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: shorah: Use GUIX_PYTHONPATH in


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: shorah: Use GUIX_PYTHONPATH in wrapper.
Date: Thu, 18 Nov 2021 14:26:05 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new dddc90a  gnu: shorah: Use GUIX_PYTHONPATH in wrapper.
dddc90a is described below

commit dddc90a3637f960a12f82e0587c0514fc79e32f4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 18 19:22:58 2021 +0000

    gnu: shorah: Use GUIX_PYTHONPATH in wrapper.
    
    * gnu/packages/bioinformatics.scm (shorah)[arguments]: Wrap executable with
    GUIX_PYTHONPATH.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f2d5336..60ae3e1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8275,7 +8275,7 @@ data.  It also generates basic statistics for your 
sequences.")
                     (pythonpath (getenv "GUIX_PYTHONPATH"))
                     (script (string-append out "/bin/shorah")))
                (chmod script #o555)
-               (wrap-program script `("PYTHONPATH" ":" prefix (,site 
,pythonpath))))))
+               (wrap-program script `("GUIX_PYTHONPATH" ":" prefix (,site 
,pythonpath))))))
          (add-after 'wrap-programs 'check
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?



reply via email to

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