From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Python 3 native-search-paths Date: Sat, 31 Aug 2013 17:40:14 +0200 Message-ID: <20130831154014.GA5736@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFnHl-0006mj-LZ for guix-devel@gnu.org; Sat, 31 Aug 2013 11:40:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFnHe-0001rv-Cd for guix-devel@gnu.org; Sat, 31 Aug 2013 11:40:25 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:61346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFnHe-0001rp-1s for guix-devel@gnu.org; Sat, 31 Aug 2013 11:40:18 -0400 Content-Disposition: inline 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: guix-devel@gnu.org 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? Andreas