From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: Add gnome-tweak-tool. Date: Sun, 17 Apr 2016 14:44:28 -0400 Message-ID: <20160417184428.GA21041@jasmine> References: <87vb3z3q89.fsf@drakenvlieg.flower> <20160411233524.GA11228@jasmine> <87lh4hs7yx.fsf@drakenvlieg.flower> <20160416013547.GC12389@jasmine> <87vb3gp2uk.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]:56625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arrg0-0005xj-2m for guix-devel@gnu.org; Sun, 17 Apr 2016 14:44:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arrfw-0001dK-Tr for guix-devel@gnu.org; Sun, 17 Apr 2016 14:44:08 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arrfw-0001dD-PI for guix-devel@gnu.org; Sun, 17 Apr 2016 14:44:04 -0400 Content-Disposition: inline In-Reply-To: <87vb3gp2uk.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 Sun, Apr 17, 2016 at 07:22:27PM +0200, Jan Nieuwenhuizen wrote: > Leo Famulari writes: > > > I tried building with glib-or-gtk-build-system instead of > > gnu-build-system. It still didn't work if python-2 was a mere input, but > > I wonder if glib-or-gtk-build-system should be used, regardless? > > The glib-or-gtk-build-system lists in two additions to the > gnu-build-system. I don't see gnome-tweak-tool needing any of those, > do you? > > Gnome-tweak-tool is written in python2: it won't run without it. How > could loosening the python2 dependency be helpful? Ah, I didn't realize it was a Python program with an Autotools build system. I think we need to wrap gnome-tweak-tool's executable, which the python-build-system normally does automatically. AIUI, that's why all of the python-build-system packages don't require Python itself to be propagated.