3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.hakyll: fix build for Pandoc 2.14

This commit is contained in:
Kerstin Humm 2021-06-21 01:35:19 +02:00 committed by sterni
parent 17af0071b5
commit 184df12179

View file

@ -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=";
})
];
}));