Re: [PATCH 3/4] gnu: Add minetest-data.

2014-11-16 Thread Ludovic Courtès
David Thompson skribis: > From e3818c4b98fc02937003dc3aa00d91ea3352 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 6 Sep 2014 14:03:12 -0400 > Subject: [PATCH 3/4] gnu: Add minetest-data. > > * gnu/packages/games.scm (minetest-data): New variable. [...] > From b7e6e4507d98e00

Re: [PATCH 3/4] gnu: Add minetest-data.

2014-11-16 Thread David Thompson
Andreas Enge writes: > Hello! > > On Sun, Nov 16, 2014 at 10:59:37AM -0500, David Thompson wrote: >> +(define-public minetest-data > > As I suppose that this is only meaningful as a propagated input of minetest, > maybe it would be better to not expose it to the public, by using only > "define"?

Re: [PATCH 3/4] gnu: Add minetest-data.

2014-11-16 Thread Andreas Enge
Hello! On Sun, Nov 16, 2014 at 10:59:37AM -0500, David Thompson wrote: > +(define-public minetest-data As I suppose that this is only meaningful as a propagated input of minetest, maybe it would be better to not expose it to the public, by using only "define"? Andreas