From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: libxml2-python Date: Thu, 14 Mar 2013 18:34:48 +0100 Message-ID: <87txodq407.fsf@gnu.org> References: <201303062343.03155.andreas@enge.fr> <201303072338.13585.andreas@enge.fr> <513CB05E.80609@gmail.com> <201303122126.36664.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGC3S-0001oS-Q8 for bug-guix@gnu.org; Thu, 14 Mar 2013 13:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGC3O-0004sf-6h for bug-guix@gnu.org; Thu, 14 Mar 2013 13:35:02 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=34565 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGC3O-0004pm-0Q for bug-guix@gnu.org; Thu, 14 Mar 2013 13:34:58 -0400 In-Reply-To: <201303122126.36664.andreas@enge.fr> (Andreas Enge's message of "Tue, 12 Mar 2013 21:26:36 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Yes, I needed to add > (setenv "PYTHONPATH" (string-append libxml2 "/lib/python2.7/site- > packages")) > > as well as in some other place > (setenv "PERL5LIB" (string-append perl-xml-parser=20 > "/lib/perl5/site_perl")) > > This had better be handled centrally. One could do it in the same way as= =20 > CPATH currently, but Ludovic had some ideas how to generalise it even=20 > further. Yes, this is the intended purpose of the currently-unused =E2=80=98search-p= aths=E2=80=99 field of packages. Ludo=E2=80=99.