haskell.compiler.ghc984Binary: drop unnecessary libnuma dep

ghc902Binary's rts.conf indeed prescribes linking against numa for
aarch64-linux, but this is not the case with the later bindists we have
been providing numa for.
This commit is contained in:
sternenseemann
2025-10-14 11:52:20 +02:00
parent f38ce7a3f7
commit 347062bef5
@@ -100,10 +100,6 @@ let
nixPackage = ncurses6;
fileToCheckFor = "libtinfo.so.6";
}
{
nixPackage = numactl;
fileToCheckFor = null;
}
];
};
x86_64-darwin = {