From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 2/2] gnu: gnunet-gtk: Add gsettings-desktop-schemas to inputs. Date: Mon, 19 Sep 2016 15:37:03 +0200 Message-ID: <871t0gm2o0.fsf@elephly.net> References: <20160916134921.17987-1-ng0@we.make.ritual.n0.is> <20160916134921.17987-2-ng0@we.make.ritual.n0.is> 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]:46987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blyl3-0005vp-OC for guix-devel@gnu.org; Mon, 19 Sep 2016 09:37:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blykz-0008Tg-IW for guix-devel@gnu.org; Mon, 19 Sep 2016 09:37:17 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blykz-0008Ta-AQ for guix-devel@gnu.org; Mon, 19 Sep 2016 09:37:13 -0400 In-reply-to: <20160916134921.17987-2-ng0@we.make.ritual.n0.is> 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" To: ng0 Cc: guix-devel@gnu.org ng0 writes: > * gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add gsettings-desktop-schemas. > --- > gnu/packages/gnunet.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm > index e4fd95e..a75d1ad 100644 > --- a/gnu/packages/gnunet.scm > +++ b/gnu/packages/gnunet.scm > @@ -338,6 +338,7 @@ services.") > (assoc-ref %build-inputs "gnunet"))))) > (inputs > `(("gnunet" ,gnunet) > + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) > ("libgcrypt" ,libgcrypt) > ("gtk+" ,gtk+) > ("libextractor" ,libextractor) I’m curious: why is this needed? What does it change? ~~ Ricardo