Unverified Commit 2590d7a1 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

lib/systems: remove more features from qemu-user
parents 25b031a4 91ad4384
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" ];
            };