apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit 4123686ec65535e745dab527a2727daa4596f992 Author: Maxim Cournoyer <[email protected]> AuthorDate: Wed Jan 27 22:27:10 2021 -0500 gnu: roguebox-adventures: Wrap with GUIX_PYTHONPATH. * gnu/packages/games.scm (roguebox-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 de018cb..5210041 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2100,7 +2100,7 @@ utilizing the art assets from the @code{SuperTux} project.") (lambda (p) (format p "\ #!~a -export PYTHONPATH=~a/LIB:~a +export GUIX_PYTHONPATH=~a/LIB:~a exec -a \"~a\" ~a \"$@\"\n" (which "bash") data (getenv "GUIX_PYTHONPATH") (which "python3")
