Commit 91ad4384 authored by Thomas Watson's avatar Thomas Watson
Browse files

lib/systems: remove more features from qemu-user

alsaSupport/jackSupport: unnecessary multimedia systems

tpmSupport/capstoneSupport: unlikely to come up as an exe emulator
parent c1a588f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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" ];
            };