···169 ninja
170 perl
171172- # Don't change this to python3 and python3.pkgs.*, breaks cross-compilation
173- (python3Packages.python.withPackages (ps: with ps; [ distlib ]))
0000174 ]
175 ++ lib.optionals gtkSupport [ wrapGAppsHook3 ]
176 ++ lib.optionals enableDocs [
···169 ninja
170 perl
171172+ # For python changes other than simple package additions, ping @dramforever for review.
173+ # Don't change `python3Packages` to `python3.pkgs.*`, breaks cross-compilation.
174+ python3Packages.distlib
175+ # Hooks from the python package are needed to add `$pythonPath` so
176+ # `python/scripts/mkvenv.py` can detect `meson` otherwise the vendored meson without patches will be used.
177+ python3Packages.python
178 ]
179 ++ lib.optionals gtkSupport [ wrapGAppsHook3 ]
180 ++ lib.optionals enableDocs [