1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

gnu: retux: Return #t from all phases.

* gnu/packages/games.scm (retux)[arguments]: Return #t from the 'install' phase.
This commit is contained in:
Kei Kebreau
2018-07-30 12:55:22 -04:00
parent 0856e3e900
commit fbc3b802b7

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)