Re: Updating minetest to 5.6.0?

2022-09-16 Thread Maxime Devos
On 16-09-2022 00:45, Jan wrote: The minetest-mod-build-system has some (very basic) tests for testing that the mods at least load with the new Minetest. About that, I can never see mods installed with Guix in Minetest. Is the build system really working as intended? I'm running the latest Gui

Re: Guix and Coleslaw Home Recipe!

2022-09-16 Thread Guillaume Le Vaillant
jgart skribis: > jgart ponders to self: > > Will this package build the `coleslaw` CLI command with our current > asdf-build-system? > > What's missing? > > https://github.com/coleslaw-org/coleslaw > > Here's my attempt but there's no executable in the store for `coleslaw`: > > https://git.sr.ht

Re: Updating minetest to 5.6.0?

2022-09-16 Thread Jan Wielkiewicz
On 16.09.2022 10:59, Maxime Devos wrote: On 16-09-2022 00:45, Jan wrote: The minetest-mod-build-system has some (very basic) tests for testing that the mods at least load with the new Minetest. About that, I can never see mods installed with Guix in Minetest. Is the build system really wor

guix news

2022-09-16 Thread jgart
Hi, Can anyone update the guix news? Do we have a doc that formalizes how/when we update the guix news?

Re: Updating minetest to 5.6.0?

2022-09-16 Thread Maxime Devos
On 16-09-2022 19:57, Jan Wielkiewicz wrote: Last one question before sending the patches: I'm adding a minetest game called Exile and it uses a mod called naturalslopeslib. I packaged both of them but Exile expects the lib to be installed in "/.guix-profile/share/minetest/games/exile/mods/natur

Re: guix news

2022-09-16 Thread Josselin Poiret
Hey jgart, jgart writes: > Hi, > > Can anyone update the guix news? > > Do we have a doc that formalizes how/when we update the guix news? Guix news are specified in the `etc/news.scm` file, and can thus be updated by anyone by submitting a patch :). As an example, I wrote the entry for GDM W

Re: Updating minetest to 5.6.0?

2022-09-16 Thread Jan Wielkiewicz
On 16.09.2022 20:18, Maxime Devos wrote: How about modifying minetest-exile's phases to add a symlink in #$output /share/minetest/games/exile/mods/naturalslopeslib pointing to #$(this-package-input "minetest-naturalslopeslib")? (I don't know how to do that with copy-build-system though, does

Re: Updating minetest to 5.6.0?

2022-09-16 Thread Jan Wielkiewicz
Forgot the patches...From 0ec48989fd8cf47c20c2c7181f05469335753514 Mon Sep 17 00:00:00 2001 From: Jan Wielkiewicz Date: Sat, 17 Sep 2022 01:10:58 +0200 Subject: [PATCH 2/2] gnu: Add minetest-exile, minetest-naturalslopeslib. * gnu/packages/minetest.scm (minetest-exile, minetest-naturalslopeslib)