diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 1f08dd240a..c8d671bbdc 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -528,11 +528,12 @@ tired of cows, a variety of other ASCII-art messengers are available.") (delete 'configure) (replace 'install (lambda* (#:key outputs #:allow-other-keys) - (let ((dest (string-append path "/bin"))) + (let* ((out (assoc-ref outputs "out")) + (dest (string-append out "/bin"))) (mkdir-p dest) (install-file "lolcat" dest) + (install-file "censor" dest) #t)))))) - (outputs (list "out" "censor")) (home-page "https://github.com/jaseg/lolcat") (synopsis "Rainbow coloring effect for text console display") (description "@command{lolcat} concatenates files and streams like