Merge pull request #54352 from expipiplus1/monad-memo
haskellPackages.monad-memo: remove unnecessary patch
This commit is contained in:
commit
c6dcccc402
@ -915,15 +915,6 @@ self: super: {
|
||||
language-puppet = dontHaddock super.language-puppet;
|
||||
filecache = overrideCabal super.filecache (drv: { doCheck = !pkgs.stdenv.isDarwin; });
|
||||
|
||||
# Missing FlexibleContexts in testsuite
|
||||
# https://github.com/EduardSergeev/monad-memo/pull/4
|
||||
monad-memo =
|
||||
let patch = pkgs.fetchpatch
|
||||
{ url = https://github.com/EduardSergeev/monad-memo/pull/4.patch;
|
||||
sha256 = "14mf9940arilg6v54w9bc4z567rfbmm7gknsklv965fr7jpinxxj";
|
||||
};
|
||||
in appendPatch super.monad-memo patch;
|
||||
|
||||
# https://github.com/alphaHeavy/protobuf/issues/34
|
||||
protobuf = dontCheck super.protobuf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user