mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: unknown-horizons: Return #t from all phases.
* gnu/packages/games.scm (unknown-horizons)[arguments]: Return #t from ‘set-HOME’.
This commit is contained in:
parent
6f4d4ccc75
commit
5c83e8ec11
1 changed files with 2 additions and 1 deletions
|
@ -3548,7 +3548,8 @@ (define-public unknown-horizons
|
|||
(modify-phases %standard-phases
|
||||
(add-before 'build 'set-HOME
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp")))
|
||||
(setenv "HOME" "/tmp")
|
||||
#t))
|
||||
(add-after 'build 'build-extra
|
||||
(lambda _
|
||||
(invoke "python3" "./setup.py" "build_i18n")
|
||||
|
|
Loading…
Reference in a new issue