From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/2] gnu: Add numpy Date: Thu, 30 Oct 2014 18:03:25 +0100 Message-ID: <20141030170325.GA17520@debian.eduroam.u-bordeaux.fr> References: <87bnoyk6g9.fsf@gnu.org> <20141029222019.GC29707@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkEGv-0005MT-CQ for guix-devel@gnu.org; Fri, 31 Oct 2014 11:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjt8F-0002fy-5y for guix-devel@gnu.org; Thu, 30 Oct 2014 13:03:37 -0400 Content-Disposition: inline In-Reply-To: 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: Federico Beffa Cc: Guix-devel On Thu, Oct 30, 2014 at 05:56:53PM +0100, Federico Beffa wrote: > On Wed, Oct 29, 2014 at 11:20 PM, Andreas Enge wrote: > > So we should add tk as an input to the python package? > > That would be great! In this way the python package should build the > Tkinter library which currently is missing. Okay. I think I should do this together with the changes to python-wrapper in the python branch to be created. For both python-2 and python-3? Andreas