lol

gtk-doc: support python3

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