From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: Add gnome-tweak-tool. Date: Mon, 2 May 2016 18:04:01 -0400 Message-ID: <20160502220401.GA18083@jasmine> References: <87vb3z3q89.fsf@drakenvlieg.flower> <20160411233524.GA11228@jasmine> <87lh4hs7yx.fsf@drakenvlieg.flower> <20160416013547.GC12389@jasmine> <87vb3gp2uk.fsf@drakenvlieg.flower> <20160417184428.GA21041@jasmine> <87wpnnz22g.fsf@drakenvlieg.flower> <20160424185020.GA7737@jasmine> <87twim7tzd.fsf@drakenvlieg.flower> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axLx7-0006bt-LI for guix-devel@gnu.org; Mon, 02 May 2016 18:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axLww-0004JD-2e for guix-devel@gnu.org; Mon, 02 May 2016 18:04:24 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:35968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axLwt-0004GS-JD for guix-devel@gnu.org; Mon, 02 May 2016 18:04:18 -0400 Content-Disposition: inline In-Reply-To: <87twim7tzd.fsf@drakenvlieg.flower> 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: Jan Nieuwenhuizen Cc: guix-devel@gnu.org, rennes@openmailbox.org, =?utf-8?B?5a6L5paH5q2m?= On Wed, Apr 27, 2016 at 09:05:26PM +0200, Jan Nieuwenhuizen wrote: > Yes. Moved python to inputs, added python wrapper. Cool! Based on that, I moved python2-gobject into (inputs). I also tried removing mutter entirely, since I believe mutter is provided by gnome-shell. It seems to work for me. Can you see if it works for you? (native-inputs `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) (inputs `(("python" ,python-2) ("python2-pygobject" ,python2-pygobject))) (propagated-inputs `(("libnotify" ,libnotify) ("gobject-introspection" ,gobject-introspection) ("gnome-shell" ,gnome-shell) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gtk+" ,gtk+)))