diff options
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index de018cb4c0..5210041f0c 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") |