qemu: Fix Python deps, the third time (#436516)

authored by Colin and committed by GitHub a24eb470 7f6c162b

+6 -2
+6 -2
pkgs/applications/virtualization/qemu/default.nix
··· 169 ninja 170 perl 171 172 - # Don't change this to python3 and python3.pkgs.*, breaks cross-compilation 173 - (python3Packages.python.withPackages (ps: with ps; [ distlib ])) 174 ] 175 ++ lib.optionals gtkSupport [ wrapGAppsHook3 ] 176 ++ lib.optionals enableDocs [
··· 169 ninja 170 perl 171 172 + # 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 [