···2828 # Make six available for binaries, python.withPackages creates a wrapper
2929 # but scripts are not allowed in shebangs so we link it into sys.path.
3030 postInstall = ''
3131- ln -s ${python.pkgs.six}/lib/python2.7/site-packages/* $out/share/gtk-doc/python/
3131+ ln -s ${python.pkgs.six}/${python.sitePackages}/* $out/share/gtk-doc/python/
3232 '';
33333434 doCheck = false; # requires a lot of stuff