diff options
author | Ivana Drazovic <iv.dra@hotmail.com> | 2023-04-19 21:53:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-11 16:38:28 +0200 |
commit | b984ac16dc9c5af27fb2355dc15bb333cbf7eaef (patch) | |
tree | aeadfddaea4fa39dbf0960e51c8050434f4ff2d6 /gnu/packages/games.scm | |
parent | 8cb6fc32a6dfae42086e352c3be7f1ff856fe284 (diff) |
gnu: laby: Add patch for being able to execute game code.
Reported upstream at https://github.com/sgimenez/laby/pull/68
* gnu/packages/patches/laby-use-tmpdir-from-runtime.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/games.scm (laby)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 25f328f736..bae79ee48b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5901,7 +5901,8 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 map display.") (sha256 (base32 "1y6nfxcjhqg9bb81hs0wijg7kcwk5kff81rgd8bsv5ps7ia9nj6b")) - (patches (search-patches "laby-make-install.patch")))) + (patches (search-patches "laby-make-install.patch" + "laby-use-tmpdir-from-runtime.patch")))) (build-system glib-or-gtk-build-system) (inputs (list gdk-pixbuf |