From abf06df2d5e36186bbef69fb3fec86712937336c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 17:48:37 +0200 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8d5ffc3436..bb3736fe81 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) -- cgit 1.4.1