qemu: Disable numactl on ARM
32-bit ARM doesn't do numa.
This commit is contained in:
parent
bc98f13222
commit
eb3925ff62
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
, makeWrapper
|
||||
, attr, libcap, libcap_ng
|
||||
, CoreServices, Cocoa, rez, setfile
|
||||
, numaSupport ? stdenv.isLinux, numactl
|
||||
, numaSupport ? stdenv.isLinux && !stdenv.isArm, numactl
|
||||
, seccompSupport ? stdenv.isLinux, libseccomp
|
||||
, pulseSupport ? !stdenv.isDarwin, libpulseaudio
|
||||
, sdlSupport ? !stdenv.isDarwin, SDL
|
||||
|
|
Loading…
Reference in a new issue