haskell-stack: migrate overrides into cabal2nix generator

This commit is contained in:
Peter Simons 2016-05-04 17:05:05 +02:00
parent f476d686e8
commit 17022a70f2

View File

@ -704,10 +704,6 @@ self: super: {
then addBuildDepend super.hmatrix pkgs.darwin.apple_sdk.frameworks.Accelerate
else super.hmatrix;
# https://github.com/commercialhaskell/stack/issues/408
# https://github.com/commercialhaskell/stack/issues/409
stack = overrideCabal super.stack (drv: { preCheck = "export HOME=$TMPDIR"; doCheck = false; });
# Hydra no longer allows building texlive packages.
lhs2tex = dontDistribute super.lhs2tex;