qemu: wrap python with distlib

```
mkvenv: Creating non-isolated virtual environment at 'pyvenv'

*** Ouch! ***

found no usable distlib, please install it
```
This commit is contained in:
Martin Weinelt
2025-08-08 17:35:30 +02:00
parent 0027088e3d
commit e651d115d5

View File

@@ -170,7 +170,7 @@ stdenv.mkDerivation (finalAttrs: {
perl
# Don't change this to python3 and python3.pkgs.*, breaks cross-compilation
python3Packages.python
(python3Packages.python.withPackages (ps: with ps; [ distlib ]))
]
++ lib.optionals gtkSupport [ wrapGAppsHook3 ]
++ lib.optionals enableDocs [