From 17022a70f2e84efa3464cb1ab9a6a29d560b6319 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 May 2016 17:05:05 +0200 Subject: [PATCH] haskell-stack: migrate overrides into cabal2nix generator --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1dac97178dd..f177bdb6a13 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;