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 <[email protected]>
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?