···1149 # $HOME, which we don't have in our build sandbox.
1150 cabal-install-parsers = dontCheck super.cabal-install-parsers;
11511152- # jailbreak and patch (for pandoc >= 2.12) ensure compilation with newer dependencies.
1153- # can both be removed at the next release (current is 0.13.0.0)
1154- gitit = doJailbreak (appendPatch super.gitit
1155- (pkgs.fetchpatch {
1156- url = "https://github.com/jgm/gitit/commit/e8c9d94be332e2f73de9b0eee222a2a09f191faf.patch";
1157- sha256 = "1rl2c3sz8cd2c3qwv9b640853s4bblcknvfv29k472wqhs62mwz1";
1158- includes = [ "src/**" ];
1159- }));
11601161 # Test suite requires database
1162 persistent-mysql = dontCheck super.persistent-mysql;
···1149 # $HOME, which we don't have in our build sandbox.
1150 cabal-install-parsers = dontCheck super.cabal-install-parsers;
11511152+ # 2021-08-18: Erroneously claims that it needs a newer HStringTemplate (>= 0.8.8) than stackage.
1153+ gitit = doJailbreak super.gitit;
00000011541155 # Test suite requires database
1156 persistent-mysql = dontCheck super.persistent-mysql;