forked from mirrors/nixpkgs
haskellPackages.hakyll: fix build for Pandoc 2.14
This commit is contained in:
parent
17af0071b5
commit
184df12179
|
@ -1171,6 +1171,11 @@ self: super: {
|
|||
url = "https://github.com/jaspervdj/hakyll/commit/af9e29b5456c105dc948bc46c93e989a650b5ed1.patch";
|
||||
sha256 = "sha256-ghc0V5L9OybNHWKmM0vhjRBN2rIvDlp+ClcK/aQst44=";
|
||||
})
|
||||
# Remove when Hakyll > 4.14.0.0
|
||||
(pkgs.fetchpatch {
|
||||
url = "https://github.com/jaspervdj/hakyll/commit/e0c63558a82ac4347181d5d77dce7f763a1db410.patch";
|
||||
sha256 = "sha256-wYlxJmq56YQ29vpVsQhO+JdL0GBezCAfkdhIdFnLYsc=";
|
||||
})
|
||||
];
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue