From 149b99fab042a3c72b3f40f07c8db170f703e380 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 13 Oct 2025 16:59:12 +0200 Subject: [PATCH] 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 347062bef5fb63ffe30742a52ca89540d925e8d5) --- pkgs/development/compilers/ghc/9.8.4-binary.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/compilers/ghc/9.8.4-binary.nix b/pkgs/development/compilers/ghc/9.8.4-binary.nix index 732f3993225a..4ba199eb934c 100644 --- a/pkgs/development/compilers/ghc/9.8.4-binary.nix +++ b/pkgs/development/compilers/ghc/9.8.4-binary.nix @@ -100,10 +100,6 @@ let nixPackage = ncurses6; fileToCheckFor = "libtinfo.so.6"; } - { - nixPackage = numactl; - fileToCheckFor = null; - } ]; }; x86_64-darwin = {