apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit c58e98beba51953ace886592f67e024975a6edb0 Author: Maxim Cournoyer <[email protected]> AuthorDate: Wed Jan 27 22:27:57 2021 -0500 gnu: seahorse-adventures: Wrap with GUIX_PYTHONPATH. * gnu/packages/games.scm (seahorse-adventures): [phases]{install}: Replace PYTHONPATH with GUIX_PYTHONPATH. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 5210041..c4048c6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2176,7 +2176,7 @@ can be explored and changed freely.") (lambda (p) (format p "#!~a~@ - export PYTHONPATH=~a:~a~@ + export GUIX_PYTHONPATH=~a:~a~@ exec -a \"~a\" ~a \"$@\"~%" (which "bash") data (getenv "GUIX_PYTHONPATH") (which "python3")
