guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: fortune-mod: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 04/08: gnu: fortune-mod: Return #t from all phases.
Date: Sat, 11 Aug 2018 12:55:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit abf06df2d5e36186bbef69fb3fec86712937336c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 11 17:48:37 2018 +0200

    gnu: fortune-mod: Return #t from all phases.
    
    * gnu/packages/games.scm (fortune-mod)[arguments]: Return #t rather than
    undefined from phases.
---
 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 8d5ffc3..bb3736f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5215,7 +5215,8 @@ Strife, Chex Quest, and fan-created games like Harmony, 
Hacx and Freedoom.")
                (copy-file cmake-rules
                           (string-append "fortune-mod/cmake/"
                                          (strip-store-file-name cmake-rules)))
-               (chdir "fortune-mod"))))
+               (chdir "fortune-mod")
+               #t)))
          (add-after 'install 'fix-install-directory
            ;; Move binary from "games/" to "bin/".
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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