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.
This commit is contained in:
sternenseemann
2025-07-01 13:47:59 +02:00
parent d177909032
commit 190346e1cf
@@ -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;
};
};
};