From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Changing python-wrapper to handle lib/ etc. Date: Tue, 04 Nov 2014 17:48:56 +0100 Message-ID: <878ujq29on.fsf@gnu.org> References: <20141029222347.GE29707@debian> <87tx2lu2ed.fsf_-_@gnu.org> <20141102174450.GC6865@debian> <20141102213257.GA11661@debian> <20141103101345.GA7788@debian.eduroam.u-bordeaux.fr> <20141103201928.GA20729@debian> <20141103204921.GA3867@debian> <20141103220646.GB28208@debian> <871tpjcnbt.fsf@gnu.org> <20141104130715.GA8411@debian.eduroam.u-bordeaux.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlhHe-00055e-DJ for guix-devel@gnu.org; Tue, 04 Nov 2014 11:48:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlhHW-0005VK-QQ for guix-devel@gnu.org; Tue, 04 Nov 2014 11:48:42 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:46804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlhHW-0005V6-KH for guix-devel@gnu.org; Tue, 04 Nov 2014 11:48:34 -0500 In-Reply-To: <20141104130715.GA8411@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Tue, 4 Nov 2014 14:07:15 +0100") 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 , Federico Beffa Andreas Enge skribis: > Next step: When adding tk as an input to python, I get the followiing err= or. > tcl in place of tk poses no problem; is there another variable named tk > somewhere? Doesn=E2=80=99t that create a circular dependency between the =E2=80=98pyth= on=E2=80=99 package and the =E2=80=98tk=E2=80=99 package, somehow? (Ideally =E2=80=98package-derivation=E2=80=99 would detect it and raise and= error.) Ludo=E2=80=99.