From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: [PATCH 1/2] gnu: Add numpy Date: Thu, 30 Oct 2014 17:56:53 +0100 Message-ID: References: <87bnoyk6g9.fsf@gnu.org> <20141029222019.GC29707@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkEH6-0003GE-IN for guix-devel@gnu.org; Fri, 31 Oct 2014 11:38:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjt1q-0006qo-Tg for guix-devel@gnu.org; Thu, 30 Oct 2014 12:56:57 -0400 In-Reply-To: <20141029222019.GC29707@debian> 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: Andreas Enge Cc: Guix-devel On Wed, Oct 29, 2014 at 11:20 PM, Andreas Enge wrote: > 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? That would be great! In this way the python package should build the Tkinter library which currently is missing.