From f0f7707a03c76360bb06a3ff8175a77ed9ce6c7f Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Tue, 7 Apr 2015 01:10:34 +0300 Subject: [PATCH] haskellng.llvm-general: fix build Closes #7259 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7c3c3e5ae42..3f8c74f9e14 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -714,6 +714,10 @@ self: super: { # Uses OpenGL in testing caramia = dontCheck super.caramia; + llvm-general = super.llvm-general.override { + llvm-config = pkgs.llvmPackages_34.llvm; + }; + } // { # Not on Hackage.