From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add Cython Date: Fri, 24 Oct 2014 21:50:43 +0200 Message-ID: <20141024195043.GA8912@debian> References: <20141023062426.GA6636@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhkt3-0007dc-Lx for guix-devel@gnu.org; Fri, 24 Oct 2014 15:51:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xhksw-0006TE-7c for guix-devel@gnu.org; Fri, 24 Oct 2014 15:51:01 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:61156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhksv-0006T6-Uz for guix-devel@gnu.org; Fri, 24 Oct 2014 15:50:54 -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@gnu.org Concerning the following problem with python-wrapper: On Fri, Oct 24, 2014 at 05:51:12PM +0200, Federico Beffa wrote: > + ;; we need the full python package and not just the python-wrapper > + ;; because we need libpython3.3m.so Maybe we should propagate its input python? Then python-wrapper would also install python instead of just adding a few links to the binaries. Andreas