mbox series

[bug#62902,0/3] Fixing laby.

Message ID GV2PR03MB9449EC660076CC9ED7071952899C9@GV2PR03MB9449.eurprd03.prod.outlook.com
Headers show
Series Fixing laby. | expand

Message

Ivana Drazovic April 17, 2023, 9:52 a.m. UTC
These patches make laby work properly again.

Ivana Drazovic (3):
  gnu: laby: Use new package style.
  gnu: laby: Make laby function in pure environments.
  gnu: laby: Add patch for being able to execute game code.

 gnu/local.mk                                  |  2 +
 gnu/packages/games.scm                        | 48 +++++++++++++------
 .../laby-use-tmpdir-from-runtime.patch        | 39 +++++++++++++++
 3 files changed, 74 insertions(+), 15 deletions(-)
 create mode 100644 gnu/packages/patches/laby-use-tmpdir-from-runtime.patch


base-commit: c9af27d4ca733b20f09019f1465d3e5fdc1ec724

Comments

Ludovic Courtès May 11, 2023, 12:48 p.m. UTC | #1
Hi,

Ivana Drazovic <iv.dra@hotmail.com> skribis:

>   gnu: laby: Use new package style.
>   gnu: laby: Make laby function in pure environments.
>   gnu: laby: Add patch for being able to execute game code.

Finally applied, thanks!

Ludo’.