From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Stuck on KiCad dependency wxPython Date: Thu, 22 Sep 2016 10:45:28 +0200 Message-ID: <20160922104528.4e8801a9@scratchpost.org> References: <20160215084046.62d5307a@scratchpost.org> <20160523041319.GA10803@jasmine> <20160707002228.GA16818@jasmine> <20160707063120.GB17506@debian-netbook> <20160708005116.GA8415@jasmine> <20160922102754.75e436f8@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmzdU-00064Y-Pe for guix-devel@gnu.org; Thu, 22 Sep 2016 04:45:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmzdP-0000Uu-NE for guix-devel@gnu.org; Thu, 22 Sep 2016 04:45:40 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:43032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmzdP-0000UZ-Ge for guix-devel@gnu.org; Thu, 22 Sep 2016 04:45:35 -0400 In-Reply-To: <20160922102754.75e436f8@scratchpost.org> 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: Leo Famulari Cc: guix-devel@gnu.org I just checked - the python-build-system doesn't allow passing flags when invoking setup.py . That's the only reason the custom build phase is there... Also, I think we should adapt wxwidgets to add propagated-inputs. Because the wxwidgets header files include opengl and gtk header files, a client using wxwidgets really requires gtk. However, the entire point of wx* is to have platform independent API - I don't think that the client package should include gtk or mesa for example. It should just include wxwidgets and that's it.