Andreas Enge <[email protected]> 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. Ludo’. [0] http://lists.gnu.org/archive/html/bug-guix/2013-03/msg00158.html
