Skip to content

Commit

Permalink
haskellPackages.hakyll: remove obsolete patch
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame committed May 22, 2019
1 parent 1b7ebf1 commit 933b1ec
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 933b1ec

Please sign in to comment.