me
/
guix
Archived
1
0
Fork 0

gnu: unknown-horizons: Return #t from all phases.

* gnu/packages/games.scm (unknown-horizons)[arguments]: Return #t from ‘set-HOME’.
master
Tobias Geerinckx-Rice 2020-08-19 22:56:09 +02:00
parent 6f4d4ccc75
commit 5c83e8ec11
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -3548,7 +3548,8 @@ also available.")
(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")