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:
parent
dd4d826538
commit
a0658f1a33
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue