diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5b798b08b2e3..c3b923eec5a8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -633,8 +633,10 @@ self: super: { # Uses OpenGL in testing caramia = dontCheck super.caramia; + # Supports only 3.4 for now, https://github.com/bscarlet/llvm-general/issues/144 + llvm-general = super.llvm-general.override { llvm-config = pkgs.llvm_34; }; + # Needs help finding LLVM. - llvm-general = super.llvm-general.override { llvm-config = self.llvmPackages.llvm; }; spaceprobe = addBuildTool super.spaceprobe self.llvmPackages.llvm; # Tries to run GUI in tests