From 91ad438400dc322d9a8c14616252d66754d75480 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Mon, 11 Mar 2024 20:16:01 -0500 Subject: [PATCH] lib/systems: remove more features from qemu-user alsaSupport/jackSupport: unnecessary multimedia systems tpmSupport/capstoneSupport: unlikely to come up as an exe emulator --- lib/systems/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/systems/default.nix b/lib/systems/default.nix index 6137d47e91a2..a71ea9209cb8 100644 --- a/lib/systems/default.nix +++ b/lib/systems/default.nix @@ -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" ]; };