mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
0856e3e900
commit
fbc3b802b7
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue