haskellPackages.hakyll: remove obsolete patch
This commit is contained in:
parent
b644d5b159
commit
ea3c0aa1b5
2 changed files with 1 additions and 5 deletions
|
@ -165,10 +165,7 @@ self: super: {
|
|||
then dontCheck (overrideCabal super.hakyll (drv: {
|
||||
testToolDepends = [];
|
||||
}))
|
||||
else appendPatch super.hakyll (pkgs.fetchpatch {
|
||||
url = "https://github.com/jaspervdj/hakyll/pull/691/commits/a44ad37cd15310812e78f7dab58d6d460451f20c.patch";
|
||||
sha256 = "13xpznm19rjp51ds165ll9ahyps1r4131c77b8r7gpjd6i505832";
|
||||
});
|
||||
else super.hakyll;
|
||||
|
||||
double-conversion = if !pkgs.stdenv.isDarwin
|
||||
then super.double-conversion
|
||||
|
|
|
@ -5094,7 +5094,6 @@ broken-packages:
|
|||
- hakismet
|
||||
- hakka
|
||||
- hako
|
||||
- hakyll
|
||||
- hakyll-agda
|
||||
- hakyll-blaze-templates
|
||||
- hakyll-contrib
|
||||
|
|
Loading…
Reference in a new issue