haskell-digest: remove obsolete override

This commit is contained in:
Peter Simons 2015-05-15 13:57:58 +02:00
parent 932e4dbf1e
commit 2f00cb5308

View file

@ -11,7 +11,6 @@ self: super: {
cabal-install = dontCheck (super.cabal-install.override { Cabal = self.Cabal_1_22_3_0; });
# Break infinite recursions.
digest = super.digest.override { inherit (pkgs) zlib; };
Dust-crypto = dontCheck super.Dust-crypto;
hasql-postgres = dontCheck super.hasql-postgres;
hspec-expectations = dontCheck super.hspec-expectations;