From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH 2/2] gnu: gnunet-gtk: Add gsettings-desktop-schemas to inputs. Date: Mon, 19 Sep 2016 15:01:54 +0000 Message-ID: <87d1k06ihp.fsf@we.make.ritual.n0.is> References: <20160916134921.17987-1-ng0@we.make.ritual.n0.is> <20160916134921.17987-2-ng0@we.make.ritual.n0.is> <871t0gm2o0.fsf@elephly.net> 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]:40151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm0Bj-0005qW-5L for guix-devel@gnu.org; Mon, 19 Sep 2016 11:08:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bm05G-0003HM-AH for guix-devel@gnu.org; Mon, 19 Sep 2016 11:02:18 -0400 Received: from aibo.runbox.com ([91.220.196.211]:60822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm05G-0003GR-2h for guix-devel@gnu.org; Mon, 19 Sep 2016 11:02:14 -0400 In-Reply-To: <871t0gm2o0.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus writes: > 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 Can you tell me what gsettings-desktop-schemas is again? As I wrote in the previous message I just added things which were found out over the last 1.2 years and added and corrected over time. If there was a reason for gsettings, I don't know which one. Something X desktop related? -- ng0