haskellPackages.hakyll: bump pandoc dependency to 2.7
This commit is contained in:
parent
eb2a26f5c6
commit
b82150c8c2
@ -165,8 +165,10 @@ self: super: {
|
|||||||
then dontCheck (overrideCabal super.hakyll (drv: {
|
then dontCheck (overrideCabal super.hakyll (drv: {
|
||||||
testToolDepends = [];
|
testToolDepends = [];
|
||||||
}))
|
}))
|
||||||
# https://github.com/jaspervdj/hakyll/issues/491
|
else appendPatch super.hakyll (pkgs.fetchpatch {
|
||||||
else dontCheck super.hakyll;
|
url = "https://github.com/jaspervdj/hakyll/pull/691/commits/a44ad37cd15310812e78f7dab58d6d460451f20c.patch";
|
||||||
|
sha256 = "13xpznm19rjp51ds165ll9ahyps1r4131c77b8r7gpjd6i505832";
|
||||||
|
});
|
||||||
|
|
||||||
double-conversion = if !pkgs.stdenv.isDarwin
|
double-conversion = if !pkgs.stdenv.isDarwin
|
||||||
then super.double-conversion
|
then super.double-conversion
|
||||||
|
Loading…
Reference in New Issue
Block a user