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

* gnu/packages/games.scm (fortune-mod)[arguments]: Return #t rather than
undefined from phases.
master
Tobias Geerinckx-Rice 2018-08-11 17:48:37 +02:00
parent 3a2f1d93df
commit abf06df2d5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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)