guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: retux: Return #t from all phases.


From: Kei Kebreau
Subject: 01/01: gnu: retux: Return #t from all phases.
Date: Mon, 30 Jul 2018 12:57:42 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit fbc3b802b7e4ff5eebefba1d2ec717e7fed05bc7
Author: Kei Kebreau <address@hidden>
Date:   Mon Jul 30 12:55:22 2018 -0400

    gnu: retux: Return #t from all phases.
    
    * gnu/packages/games.scm (retux)[arguments]: Return #t from the 'install' 
phase.
---
 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 ec3afdb..24aefd5 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -875,7 +875,8 @@ role, and your gender.")
 
                (copy-recursively "data" data)
 
-               (install-file "COPYING" doc)))))))
+               (install-file "COPYING" doc)
+               #t))))))
     (inputs
      `(("python-sge-pygame" ,python-sge-pygame)
        ("python-six" ,python-six)



reply via email to

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