summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-09-30 16:16:14 +0300
committerNikolay Amiantov <ab@fmap.me>2015-10-03 14:15:51 +0300
commit9d430e644629bad08e7dcf955224f892ba72d93e (patch)
tree178e45fd27427e9b949bc39f53e5940969e84c71 /pkgs/development/haskell-modules
parente0ebb928e1e27e1adefb893be9b4e31348539ae4 (diff)
downloadnixpkgs-9d430e644629bad08e7dcf955224f892ba72d93e.tar
nixpkgs-9d430e644629bad08e7dcf955224f892ba72d93e.tar.gz
nixpkgs-9d430e644629bad08e7dcf955224f892ba72d93e.tar.bz2
nixpkgs-9d430e644629bad08e7dcf955224f892ba72d93e.tar.lz
nixpkgs-9d430e644629bad08e7dcf955224f892ba72d93e.tar.xz
nixpkgs-9d430e644629bad08e7dcf955224f892ba72d93e.tar.zst
nixpkgs-9d430e644629bad08e7dcf955224f892ba72d93e.zip
haskell-llvm-general: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 5b798b08b2e..c3b923eec5a 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