···169169 ninja
170170 perl
171171172172- # Don't change this to python3 and python3.pkgs.*, breaks cross-compilation
173173- (python3Packages.python.withPackages (ps: with ps; [ distlib ]))
172172+ # For python changes other than simple package additions, ping @dramforever for review.
173173+ # Don't change `python3Packages` to `python3.pkgs.*`, breaks cross-compilation.
174174+ python3Packages.distlib
175175+ # Hooks from the python package are needed to add `$pythonPath` so
176176+ # `python/scripts/mkvenv.py` can detect `meson` otherwise the vendored meson without patches will be used.
177177+ python3Packages.python
174178 ]
175179 ++ lib.optionals gtkSupport [ wrapGAppsHook3 ]
176180 ++ lib.optionals enableDocs [