haskellPackages.monad-memo: remove unnecessary patch
This commit is contained in:
parent
9acc5d9b45
commit
59379cb304
@ -914,15 +914,6 @@ self: super: {
|
|||||||
language-puppet = dontHaddock super.language-puppet;
|
language-puppet = dontHaddock super.language-puppet;
|
||||||
filecache = overrideCabal super.filecache (drv: { doCheck = !pkgs.stdenv.isDarwin; });
|
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
|
# https://github.com/alphaHeavy/protobuf/issues/34
|
||||||
protobuf = dontCheck super.protobuf;
|
protobuf = dontCheck super.protobuf;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user