numactl: Not supported on 32-bit ARM

This commit is contained in:
Tuomas Tynkkynen 2017-11-22 19:38:16 +02:00
parent 3b21645529
commit bc98f13222

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
description = "Library and tools for non-uniform memory access (NUMA) machines";
homepage = http://oss.sgi.com/projects/libnuma/;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ wkennington ];
};
}