3
0
Fork 0
forked from mirrors/nixpkgs

haskell-bytestring-arbitrary: use compiler-specific LLVM version

This commit is contained in:
Peter Simons 2015-03-25 20:27:41 +01:00
parent 753284c2d0
commit a8d249cbbb

View file

@ -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\"";