haskell.packages.ghc865Binary: fix eval of some pkgs using fake llvm

This commit is contained in:
sternenseemann
2025-01-17 12:21:23 +01:00
parent 808b83ceac
commit a2c0b6e7b7
@@ -8,8 +8,12 @@ in
self: super: {
# Should be llvmPackages_6 which has been removed from nixpkgs
llvmPackages = null;
# Should be llvmPackages_6 which has been removed from nixpkgs,
# create attribute set to prevent eval errors.
llvmPackages = {
llvm = null;
clang = null;
};
# Disable GHC 8.6.x core libraries.
array = null;