1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-cabal-helper: test suite has been fixed upstream

This commit is contained in:
Peter Simons 2015-08-18 01:20:30 +02:00
parent 93b830f111
commit 62a85cb205

View file

@ -826,9 +826,6 @@ self: super: {
# FPCO's fork of Cabal won't succeed its test suite.
Cabal-ide-backend = dontCheck super.Cabal-ide-backend;
# https://github.com/DanielG/cabal-helper/issues/2
cabal-helper = overrideCabal super.cabal-helper (drv: { preCheck = "export HOME=$TMPDIR"; });
# https://github.com/ekmett/comonad/issues/25
comonad = dontCheck super.comonad;