From d242b5220ae607437037db1b73b296f72f742f33 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 21 Mar 2015 19:47:53 +0100 Subject: [PATCH] haskell-bytestring-arbitrary: fix build by passing an older LLVM version --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6471225d5fc..a339166fd2d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -428,7 +428,7 @@ self: super: { snappy = dontCheck super.snappy; # Needs llvm to compile. - bytestring-arbitrary = addBuildTool super.bytestring-arbitrary pkgs.llvm; + bytestring-arbitrary = addBuildTool super.bytestring-arbitrary pkgs.llvm_34; # Expect to find sendmail(1) in $PATH. mime-mail = appendConfigureFlag super.mime-mail "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"sendmail\"";