Skip to content

Commit

Permalink
Merge pull request #61875 from endgame/unbork-hakyll
Browse files Browse the repository at this point in the history
haskellPackages.hakyll: remove obsolete patch
  • Loading branch information
infinisil committed May 22, 2019
2 parents 05815e5 + 933b1ec commit 2956ca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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
Expand Down
Expand Up @@ -5094,7 +5094,6 @@ broken-packages:
- hakismet
- hakka
- hako
- hakyll
- hakyll-agda
- hakyll-blaze-templates
- hakyll-contrib
Expand Down

0 comments on commit 2956ca0

Please sign in to comment.