From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: What for 0.5? Date: Mon, 11 Nov 2013 18:50:17 +0100 Message-ID: <20131111175017.GA12274@debian> References: <87eh6x401c.fsf@gnu.org> <527934B3.2050106@gmail.com> <877gcllm0l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfvdI-0006aw-5Q for guix-devel@gnu.org; Mon, 11 Nov 2013 12:50:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfvdC-0000ce-06 for guix-devel@gnu.org; Mon, 11 Nov 2013 12:50:39 -0500 Content-Disposition: inline In-Reply-To: <877gcllm0l.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Wed, Nov 06, 2013 at 02:04:10PM +0100, Ludovic Courtès wrote: > • Use a hack like that of Nixpkgs, which systematically copies and > rebuilds (with glib-compile-schemas) the “standard” schemas: see > ‘doCompileSchemas’ at > > and its use at > . > > The latter seems reasonable, and fairly easy to do. Could you elaborate on what is happening there? It looks rather mysterious to me. Andreas