mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05: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 @@ (define-public seahorse-adventures
|
|||
(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