haskellPackages.hakyll: remove obsolete patch
This commit is contained in:
parent
b644d5b159
commit
ea3c0aa1b5
@ -165,10 +165,7 @@ self: super: {
|
|||||||
then dontCheck (overrideCabal super.hakyll (drv: {
|
then dontCheck (overrideCabal super.hakyll (drv: {
|
||||||
testToolDepends = [];
|
testToolDepends = [];
|
||||||
}))
|
}))
|
||||||
else appendPatch super.hakyll (pkgs.fetchpatch {
|
else 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
|
||||||
|
@ -5094,7 +5094,6 @@ broken-packages:
|
|||||||
- hakismet
|
- hakismet
|
||||||
- hakka
|
- hakka
|
||||||
- hako
|
- hako
|
||||||
- hakyll
|
|
||||||
- hakyll-agda
|
- hakyll-agda
|
||||||
- hakyll-blaze-templates
|
- hakyll-blaze-templates
|
||||||
- hakyll-contrib
|
- hakyll-contrib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user