gnu: retux: Return #t from all phases.
* gnu/packages/games.scm (retux)[arguments]: Return #t from the 'install' phase.
This commit is contained in:
parent
0856e3e900
commit
fbc3b802b7
|
@ -875,7 +875,8 @@ role, and your gender.")
|
||||||
|
|
||||||
(copy-recursively "data" data)
|
(copy-recursively "data" data)
|
||||||
|
|
||||||
(install-file "COPYING" doc)))))))
|
(install-file "COPYING" doc)
|
||||||
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-sge-pygame" ,python-sge-pygame)
|
`(("python-sge-pygame" ,python-sge-pygame)
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)
|
||||||
|
|
Loading…
Reference in New Issue