haskellPackages.hakyll: unbreak, jailbreak, patch for pandoc version
(cherry picked from commit 8f33bb975daf526d916035413b67fcc939f09c5c)
This commit is contained in:
parent
3182caa035
commit
a87958a49d
@ -1156,6 +1156,23 @@ self: super: {
|
|||||||
# Therefore we jailbreak it.
|
# Therefore we jailbreak it.
|
||||||
hakyll-contrib-hyphenation = doJailbreak super.hakyll-contrib-hyphenation;
|
hakyll-contrib-hyphenation = doJailbreak super.hakyll-contrib-hyphenation;
|
||||||
|
|
||||||
|
# Jailbreak due to bounds on multiple dependencies,
|
||||||
|
# bound on pandoc needs to be patched since it is conditional
|
||||||
|
hakyll = doJailbreak (overrideCabal super.hakyll (drv: {
|
||||||
|
patches = [
|
||||||
|
# Remove when Hakyll > 4.14.0.0
|
||||||
|
(pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/jaspervdj/hakyll/commit/0dc6127d81ff688e27c36ce469230320eee60246.patch";
|
||||||
|
sha256 = "sha256-YyRz3bAmIBODTEeS5kGl2J2x31SjiPoLzUZUlo3nHvQ=";
|
||||||
|
})
|
||||||
|
# Remove when Hakyll > 4.14.0.0
|
||||||
|
(pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/jaspervdj/hakyll/commit/af9e29b5456c105dc948bc46c93e989a650b5ed1.patch";
|
||||||
|
sha256 = "sha256-ghc0V5L9OybNHWKmM0vhjRBN2rIvDlp+ClcK/aQst44=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
}));
|
||||||
|
|
||||||
# 2020-06-22: NOTE: > 0.4.0 => rm Jailbreak: https://github.com/serokell/nixfmt/issues/71
|
# 2020-06-22: NOTE: > 0.4.0 => rm Jailbreak: https://github.com/serokell/nixfmt/issues/71
|
||||||
nixfmt = doJailbreak super.nixfmt;
|
nixfmt = doJailbreak super.nixfmt;
|
||||||
|
|
||||||
|
@ -1745,7 +1745,6 @@ broken-packages:
|
|||||||
- hakismet
|
- hakismet
|
||||||
- hakka
|
- hakka
|
||||||
- hako
|
- hako
|
||||||
- hakyll
|
|
||||||
- hakyll-shortcode
|
- hakyll-shortcode
|
||||||
- HaLeX
|
- HaLeX
|
||||||
- halfs
|
- halfs
|
||||||
|
@ -114775,8 +114775,6 @@ self: {
|
|||||||
testToolDepends = [ utillinux ];
|
testToolDepends = [ utillinux ];
|
||||||
description = "A static website compiler library";
|
description = "A static website compiler library";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {inherit (pkgs) utillinux;};
|
}) {inherit (pkgs) utillinux;};
|
||||||
|
|
||||||
"hakyll-R" = callPackage
|
"hakyll-R" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user