From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 8/9] gnu: Add gnome-settings-daemon. Date: Tue, 14 Apr 2015 14:47:49 +0200 Message-ID: <87lhhug9l6.fsf@gnu.org> References: <1428413340.883149.18332@badger> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi0Fx-0004E4-Qf for guix-devel@gnu.org; Tue, 14 Apr 2015 08:47:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yi0Ft-0007Du-Qz for guix-devel@gnu.org; Tue, 14 Apr 2015 08:47:57 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi0Ft-0007Dq-OJ for guix-devel@gnu.org; Tue, 14 Apr 2015 08:47:53 -0400 In-Reply-To: <1428413340.883149.18332@badger> (Andy Wingo's message of "Tue, 7 Apr 2015 15:01:30 +0200") 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: Andy Wingo Cc: guix-devel@gnu.org Andy Wingo skribis: > * gnu/packages/gnome.scm (gnome-settings-daemon): New variable. Applies with minor tweaks: use libxml2 for $XML_CATALOG_FILES instead of the custom phase, and add a description (inspired by that of Debian.) Thanks! Ludo=E2=80=99.