From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: [PATCH 2/3] gnu: Add python2-wxpython. Date: Tue, 25 Oct 2016 10:32:21 +0200 Message-ID: <580F1895.8080303@crazy-compilers.com> References: <20161024211658.13087-1-theodoros.for@openmailbox.org> <20161024211658.13087-3-theodoros.for@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byx9v-000631-GX for guix-devel@gnu.org; Tue, 25 Oct 2016 04:32:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byx9s-0000s5-Ej for guix-devel@gnu.org; Tue, 25 Oct 2016 04:32:35 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:52135) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1byx9s-0000qG-83 for guix-devel@gnu.org; Tue, 25 Oct 2016 04:32:32 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3t35xS2FDjz3hjjt for ; Tue, 25 Oct 2016 10:32:28 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3t35xS0Nhtzvkh5 for ; Tue, 25 Oct 2016 10:32:28 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id bjuYgNr03tmF for ; Tue, 25 Oct 2016 10:32:22 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-140-138.dynamic.mnet-online.de [188.174.140.138]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 25 Oct 2016 10:32:22 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 8566160582 for ; Tue, 25 Oct 2016 10:32:21 +0200 (CEST) In-Reply-To: <20161024211658.13087-3-theodoros.for@openmailbox.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: guix-devel 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. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |