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

* gnu/packages/games.scm (fortune-mod)[arguments]: Return #t rather than
undefined from phases.
This commit is contained in:
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

View file

@ -5215,7 +5215,8 @@ (define-public fortune-mod
(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)