From a8d249cbbb6a72e8c26cb90e6acb698882fc625a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 25 Mar 2015 20:27:41 +0100 Subject: [PATCH] haskell-bytestring-arbitrary: use compiler-specific 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 abd1b9e2c9a..18a156ebb28 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -431,7 +431,7 @@ self: super: { snappy = dontCheck super.snappy; # Needs llvm to compile. - bytestring-arbitrary = addBuildTool super.bytestring-arbitrary pkgs.llvm_34; + bytestring-arbitrary = addBuildTool super.bytestring-arbitrary self.llvm; # Expect to find sendmail(1) in $PATH. mime-mail = appendConfigureFlag super.mime-mail "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"sendmail\"";