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