From bc98f132221546bc96b208e2fce6daf4171e5231 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 22 Nov 2017 19:38:16 +0200 Subject: numactl: Not supported on 32-bit ARM --- pkgs/os-specific/linux/numactl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/numactl/default.nix b/pkgs/os-specific/linux/numactl/default.nix index 389e9514d70..a5ed242e323 100644 --- a/pkgs/os-specific/linux/numactl/default.nix +++ b/pkgs/os-specific/linux/numactl/default.nix @@ -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 ]; }; } -- cgit 1.4.1