lib/systems: disable pipewireSupport in qemu-user

Option added in 5b0ed68c10

it causes infinite recursion in cross builds

There's a another inf rec that needs 6946977de0 which is in staging
This commit is contained in:
Artturin 2023-09-08 00:23:19 +03:00
parent 9c28500602
commit 5472b08075

View file

@ -224,6 +224,7 @@ rec {
gtkSupport = false;
sdlSupport = false;
pulseSupport = false;
pipewireSupport = false;
smbdSupport = false;
seccompSupport = false;
enableDocs = false;