From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 3/4] gnu: Add minetest-data. Date: Sun, 16 Nov 2014 17:17:51 +0100 Message-ID: <20141116161751.GA23779@debian> References: <87ioifqgta.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87fvdjqgrw.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87d28nqgqw.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87a93rqgpi.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq2Wi-0001kl-7L for guix-devel@gnu.org; Sun, 16 Nov 2014 11:18:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xq2Wa-0002Wr-Le for guix-devel@gnu.org; Sun, 16 Nov 2014 11:18:12 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:62809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq2Wa-0002Wa-Ce for guix-devel@gnu.org; Sun, 16 Nov 2014 11:18:04 -0500 Content-Disposition: inline In-Reply-To: <87a93rqgpi.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org 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