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:
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

View file

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