From 190346e1cf5305b1fcf548291542046da9e1c31f Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 1 Jul 2025 13:29:01 +0200 Subject: [PATCH] haskell.compiler.ghc902Binary: add missing isHadrian annotations Interestingly, this did not break anything super obvious before, but now paths between GHC and separate libraries match. --- pkgs/development/compilers/ghc/9.0.2-binary.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/compilers/ghc/9.0.2-binary.nix b/pkgs/development/compilers/ghc/9.0.2-binary.nix index 65f6d133287a..77e78ecb6d17 100644 --- a/pkgs/development/compilers/ghc/9.0.2-binary.nix +++ b/pkgs/development/compilers/ghc/9.0.2-binary.nix @@ -136,6 +136,7 @@ let fileToCheckFor = null; } ]; + isHadrian = true; }; aarch64-darwin = { variantSuffix = ""; @@ -158,6 +159,7 @@ let fileToCheckFor = null; } ]; + isHadrian = true; }; }; # Binary distributions for the musl libc for the respective system. @@ -179,6 +181,7 @@ let fileToCheckFor = "libncursesw.so.6"; } ]; + isHadrian = true; }; }; };