summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-05-04 17:05:05 +0200
committerPeter Simons <simons@cryp.to>2016-05-05 12:51:46 +0200
commit17022a70f2e84efa3464cb1ab9a6a29d560b6319 (patch)
tree90686957a3d0d5bc0d49737ec86c91d3bab3c5d0 /pkgs/development/haskell-modules/configuration-common.nix
parentf476d686e88414656cc3ce87e953deb4a3e1d6c9 (diff)
downloadnixpkgs-17022a70f2e84efa3464cb1ab9a6a29d560b6319.tar
nixpkgs-17022a70f2e84efa3464cb1ab9a6a29d560b6319.tar.gz
nixpkgs-17022a70f2e84efa3464cb1ab9a6a29d560b6319.tar.bz2
nixpkgs-17022a70f2e84efa3464cb1ab9a6a29d560b6319.tar.lz
nixpkgs-17022a70f2e84efa3464cb1ab9a6a29d560b6319.tar.xz
nixpkgs-17022a70f2e84efa3464cb1ab9a6a29d560b6319.tar.zst
nixpkgs-17022a70f2e84efa3464cb1ab9a6a29d560b6319.zip
haskell-stack: migrate overrides into cabal2nix generator
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 0 insertions, 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;