From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add urwid Date: Tue, 03 Feb 2015 00:37:41 -0500 Message-ID: <87egq7d07u.fsf@netris.org> References: <87bnlddowe.fsf@netris.org> <87y4ogdg32.fsf@netris.org> <20150202175935.GA4573@debian> <87h9v3wqqr.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIWBI-00014R-Kj for guix-devel@gnu.org; Tue, 03 Feb 2015 00:37:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIWBF-0007pU-FR for guix-devel@gnu.org; Tue, 03 Feb 2015 00:37:48 -0500 Received: from world.peace.net ([50.252.239.5]:59937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIWBF-0007pM-B1 for guix-devel@gnu.org; Tue, 03 Feb 2015 00:37:45 -0500 In-Reply-To: (Omar Radwan's message of "Mon, 2 Feb 2015 20:48:39 -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: >>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. > It didn't build on my 64bit machine. And just to be clear. I tried to > substitute it for inputs and that didn't work. Was I supposed to put > it inside inputs? I'm sorry, but we are failing to communicate, and I don't have any more time to spend on this. I have pushed commit e99f421185 based on your preliminary work. It adds two packages: python-urwid for Python 3, and python2-urwid for Python 2. Thanks, Mark