about summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2024-03-11 20:16:01 -0500
committerThomas Watson <twatson52@icloud.com>2024-03-11 20:16:04 -0500
commit91ad438400dc322d9a8c14616252d66754d75480 (patch)
treee49755cf8e67dae76de62cfa538341ebe205ff18 /lib/systems
parentc1a588f5ab333bcf7d37e291d76f37905d6e74b0 (diff)
lib/systems: remove more features from qemu-user
alsaSupport/jackSupport: unnecessary multimedia systems

tpmSupport/capstoneSupport: unlikely to come up as an exe emulator
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/systems/default.nix b/lib/systems/default.nix
index 6137d47e91a2a..a71ea9209cb88 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" ];
             };