From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/2] gnu: Add numpy Date: Wed, 29 Oct 2014 23:20:19 +0100 Message-ID: <20141029222019.GC29707@debian> References: <87bnoyk6g9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjbbc-0007ol-JI for guix-devel@gnu.org; Wed, 29 Oct 2014 18:20:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjbbU-0003bb-U1 for guix-devel@gnu.org; Wed, 29 Oct 2014 18:20:40 -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 Mon, Oct 27, 2014 at 09:26:41PM +0100, Federico Beffa wrote: > I get error messages that matplotlib is missing. I started looking at > matplotlib as well, but I've found that, for the TkAgg back-end, it > needs TKinter which is part of the standard python libraries and it is > built if, during the build phase, tk is available. So we should add tk as an input to the python package? Andreas