mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
hakyll: remove patches for GHC 7.10.x
This commit is contained in:
parent
dfc8e5ab05
commit
f65fed20de
|
@ -134,17 +134,6 @@ self: super: {
|
|||
'';
|
||||
});
|
||||
|
||||
# see: https://github.com/jaspervdj/hakyll/issues/343
|
||||
hakyll = overrideCabal super.hakyll (drv: {
|
||||
buildDepends = drv.buildDepends ++ [ self.time-locale-compat ];
|
||||
patches = [
|
||||
(pkgs.fetchpatch {
|
||||
url = "https://github.com/jaspervdj/hakyll/pull/344.patch";
|
||||
sha256 = "130c0icw3cj209p219siaq0n8avmm0fpmph0iyjgx67w62sffrli";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
# ekmett/linear#74
|
||||
linear = overrideCabal super.linear (drv: {
|
||||
prePatch = "sed -i 's/-Werror//g' linear.cabal";
|
||||
|
|
Loading…
Reference in a new issue