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.

(cherry picked from commit 347062bef5)
This commit is contained in:
sternenseemann
2025-10-15 15:05:56 +02:00
committed by Wolfgang Walther
parent 58799a0f1a
commit 149b99fab0
@@ -100,10 +100,6 @@ let
nixPackage = ncurses6;
fileToCheckFor = "libtinfo.so.6";
}
{
nixPackage = numactl;
fileToCheckFor = null;
}
];
};
x86_64-darwin = {