gnu: retux: Return #t from all phases.

* gnu/packages/games.scm (retux)[arguments]: Return #t from the 'install' phase.
master
Kei Kebreau 2018-07-30 12:55:22 -04:00
parent 0856e3e900
commit fbc3b802b7
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 1 deletions

View File

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