Merge pull request #43838 from aneeshusa/gtk-doc-support-python-3
gtk-doc: support python3
This commit is contained in:
commit
81c539ee0b
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
# Make six available for binaries, python.withPackages creates a wrapper
|
||||
# but scripts are not allowed in shebangs so we link it into sys.path.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user