From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add urwid Date: Mon, 02 Feb 2015 23:42:04 -0500 Message-ID: <87h9v3wqqr.fsf@yeeloong.lan> References: <87bnlddowe.fsf@netris.org> <87y4ogdg32.fsf@netris.org> <20150202175935.GA4573@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIVMF-0007Oz-Vv for guix-devel@gnu.org; Mon, 02 Feb 2015 23:45:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIVMC-00023d-0A for guix-devel@gnu.org; Mon, 02 Feb 2015 23:45:03 -0500 Received: from world.peace.net ([50.252.239.5]:59916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIVMB-00023Z-Rq for guix-devel@gnu.org; Mon, 02 Feb 2015 23:44:59 -0500 In-Reply-To: (Omar Radwan's message of "Mon, 2 Feb 2015 19:37:08 -0800") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Omar Radwan Cc: guix-devel Omar Radwan writes: > Here is it, finally I hope this is good enough. > > And by the way, you asked for me to do this > >> (arguments `(#:python ,python-2)) > > instead of what I did before, but that gives me an error, so I can't > build it, so I hope it's ok if I leave it the way it is. What was the error? I tested the package with all of the modifications I suggested, including this one, and it built successfully on my i686 machine. Mark