From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Python 3 native-search-paths Date: Sat, 31 Aug 2013 18:43:05 +0200 Message-ID: <20130831164305.GA9597@debian> References: <20130831154014.GA5736@debian> <87wqn1sv20.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFoGa-0005Al-BA for guix-devel@gnu.org; Sat, 31 Aug 2013 12:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFoGU-0002zJ-6N for guix-devel@gnu.org; Sat, 31 Aug 2013 12:43:16 -0400 Content-Disposition: inline In-Reply-To: <87wqn1sv20.fsf@gnu.org> List-Id: 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sat, Aug 31, 2013 at 06:07:35PM +0200, Ludovic Courtès wrote: > Andreas Enge skribis: > > I just noticed that there is a variable native-search-paths in python-2, > > which looks like it should be updated for python 3. However, when I modify > > the package accordingly, it is not recompiled. How come? Is this variable > > really needed? > > Yes it is [0]. :-) > Changing it triggers a recompilation of anything that depends on Python, > but not of Python itself. How can it trigger anything if the output path is identical (here: /nix/store/0hf9lvd48q1l98k5jf98z17zq29955c4-python-3.3.2)? Andreas