gtk-doc: support python3
This commit is contained in:
parent
64e6a440b7
commit
dddac8b684
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
# Make six available for binaries, python.withPackages creates a wrapper
|
# Make six available for binaries, python.withPackages creates a wrapper
|
||||||
# but scripts are not allowed in shebangs so we link it into sys.path.
|
# but scripts are not allowed in shebangs so we link it into sys.path.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
ln -s ${python.pkgs.six}/lib/python2.7/site-packages/* $out/share/gtk-doc/python/
|
ln -s ${python.pkgs.six}/${python.sitePackages}/* $out/share/gtk-doc/python/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false; # requires a lot of stuff
|
doCheck = false; # requires a lot of stuff
|
||||||
|
|
Loading…
Reference in New Issue