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:
@@ -100,10 +100,6 @@ let
|
||||
nixPackage = ncurses6;
|
||||
fileToCheckFor = "libtinfo.so.6";
|
||||
}
|
||||
{
|
||||
nixPackage = numactl;
|
||||
fileToCheckFor = null;
|
||||
}
|
||||
];
|
||||
};
|
||||
x86_64-darwin = {
|
||||
|
||||
Reference in New Issue
Block a user