Merge pull request #295196 from tpwrules/qemu-less-libs

lib/systems: remove more features from qemu-user
This commit is contained in:
Artturi 2024-03-23 21:45:44 +02:00 committed by GitHub
commit 2590d7a1b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -243,10 +243,14 @@ rec {
vncSupport = false;
gtkSupport = false;
sdlSupport = false;
alsaSupport = false;
pulseSupport = false;
pipewireSupport = false;
jackSupport = false;
smbdSupport = false;
seccompSupport = false;
tpmSupport = false;
capstoneSupport = false;
enableDocs = false;
hostCpuTargets = [ "${final.qemuArch}-linux-user" ];
};