mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
lib/systems: disable pipewireSupport in qemu-user
Option added in5b0ed68c10
it causes infinite recursion in cross builds There's a another inf rec that needs6946977de0
which is in staging
This commit is contained in:
parent
9c28500602
commit
5472b08075
@ -224,6 +224,7 @@ rec {
|
|||||||
gtkSupport = false;
|
gtkSupport = false;
|
||||||
sdlSupport = false;
|
sdlSupport = false;
|
||||||
pulseSupport = false;
|
pulseSupport = false;
|
||||||
|
pipewireSupport = false;
|
||||||
smbdSupport = false;
|
smbdSupport = false;
|
||||||
seccompSupport = false;
|
seccompSupport = false;
|
||||||
enableDocs = false;
|
enableDocs = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user