forked from mirrors/nixpkgs
ghc-mod: Depend on cabal-helper 0.6.3.1
This commit is contained in:
parent
be6c46c3b3
commit
607e123d11
|
@ -754,7 +754,7 @@ self: super: {
|
||||||
lens-aeson = dontCheck super.lens-aeson;
|
lens-aeson = dontCheck super.lens-aeson;
|
||||||
|
|
||||||
# Byte-compile elisp code for Emacs.
|
# Byte-compile elisp code for Emacs.
|
||||||
ghc-mod = overrideCabal super.ghc-mod (drv: {
|
ghc-mod = overrideCabal (super.ghc-mod.override { cabal-helper = self.cabal-helper_0_6_3_1; }) (drv: {
|
||||||
preCheck = "export HOME=$TMPDIR";
|
preCheck = "export HOME=$TMPDIR";
|
||||||
testToolDepends = drv.testToolDepends or [] ++ [self.cabal-install];
|
testToolDepends = drv.testToolDepends or [] ++ [self.cabal-install];
|
||||||
doCheck = false; # https://github.com/kazu-yamamoto/ghc-mod/issues/335
|
doCheck = false; # https://github.com/kazu-yamamoto/ghc-mod/issues/335
|
||||||
|
|
Loading…
Reference in a new issue