From 2f886d3f16aff04f7fd674f0b7562286ddb143b6 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Fri, 17 Apr 2015 23:49:02 +0300 Subject: [PATCH] haskellngPackages.misfortune: fix for GHC 7.10 --- .../haskell-modules/configuration-ghc-7.10.x.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index dcfa8b08c91d..13a1701bd38e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -291,6 +291,12 @@ self: super: { patches = [ ./diagrams-lib-flexible-contexts.patch ]; }); + # https://github.com/mokus0/misfortune/pull/1 + misfortune = appendPatch super.misfortune (pkgs.fetchpatch { + url = "https://patch-diff.githubusercontent.com/raw/mokus0/misfortune/pull/1.patch"; + sha256 = "15frwdallm3i6k7mil26bbjd4wl6k9h20ixf3cmyris3q3jhlcfh"; + }); + timezone-series = doJailbreak super.timezone-series; timezone-olson = doJailbreak super.timezone-olson; libmpd = dontCheck super.libmpd;