3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: seahorse-adventures: Wrap with GUIX_PYTHONPATH.

* gnu/packages/games.scm (seahorse-adventures):
[phases]{install}: Replace PYTHONPATH with GUIX_PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-27 22:27:57 -05:00
parent dd4d826538
commit a0658f1a33
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")