Commit 347062be authored by sternenseemann's avatar sternenseemann
Browse files

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.
parent f38ce7a3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -100,10 +100,6 @@ let
            nixPackage = ncurses6;
            fileToCheckFor = "libtinfo.so.6";
          }
          {
            nixPackage = numactl;
            fileToCheckFor = null;
          }
        ];
      };
      x86_64-darwin = {