Unverified Commit 15010e46 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

haskell.compiler.ghc9103: fix eval with removal of llvmPackages_15 (#445604)

parents 83dfcbb3 916333cd
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -173,9 +173,7 @@ in
        # https://github.com/xattr/xattr/issues/44 and
        # https://github.com/xattr/xattr/issues/55 are solved.
        inherit (buildPackages.darwin) xattr autoSignDarwinBinariesHook;
        # 2023-01-15: Support range >= 11 && < 16
        buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
        llvmPackages = pkgs.llvmPackages_15;
        inherit buildTargetLlvmPackages llvmPackages;
      };
      ghc910 = compiler.ghc9103;
      ghc9121 = callPackage ../development/compilers/ghc/9.12.1.nix {