guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/02: gnu: unknown-horizons: Return #t from all phases.
Date: Wed, 19 Aug 2020 17:02:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5c83e8ec111f30c3754107ac0ec6fa4db5411fb8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 22:56:09 2020 +0200

    gnu: unknown-horizons: Return #t from all phases.
    
    * gnu/packages/games.scm (unknown-horizons)[arguments]: Return #t from 
‘set-HOME’.
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 94832b3..a789fce 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]