From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodoros Foradis Subject: Re: [PATCH 2/3] gnu: Add python2-wxpython. Date: Tue, 25 Oct 2016 12:58:31 +0300 Message-ID: <87pomou4vs.fsf@openmailbox.org> References: <20161024211658.13087-1-theodoros.for@openmailbox.org> <20161024211658.13087-3-theodoros.for@openmailbox.org> <580F1895.8080303@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byyYL-00087p-Pe for guix-devel@gnu.org; Tue, 25 Oct 2016 06:01:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byyYG-0008Er-Uz for guix-devel@gnu.org; Tue, 25 Oct 2016 06:01:53 -0400 Received: from smtp10.openmailbox.org ([62.4.1.44]:50527) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1byyYG-0008Eh-N5 for guix-devel@gnu.org; Tue, 25 Oct 2016 06:01:48 -0400 In-reply-to: <580F1895.8080303@crazy-compilers.com> 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: guix-devel Hartmut Goebel writes: > Am 24.10.2016 um 23:16 schrieb Theodoros Foradis: >> + (replace 'build >> + (lambda* (#:key inputs #:allow-other-keys) >> + (zero? >> + (system* "python" "setup.py" "WXPORT=gtk2" "UNICODE=1" "build"))))))) > > Please set argument #:make-flags instread of calling setup.yp yourself. > This will break with the upcoming change of the python build system. Thanks for the hint. I will wait for more input on possible mistakes, and post a revised patch series, including this change. -- Theodoros Foradis