From fbc3b802b7e4ff5eebefba1d2ec717e7fed05bc7 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 30 Jul 2018 12:55:22 -0400 Subject: 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 ec3afdb57b..24aefd57d0 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) -- cgit v1.2.3