summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-07-28 21:31:17 +0300
committerNikolay Amiantov <ab@fmap.me>2015-07-29 13:51:11 +0300
commite3d359a507cd24ba761829b6563f7efd6ab9bda9 (patch)
tree4ef0f93002556302d3a1ebb852e310185d6df908 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent203dad10fec6b9285bc063f2aa66fc97c17849c3 (diff)
downloadnixpkgs-e3d359a507cd24ba761829b6563f7efd6ab9bda9.tar
nixpkgs-e3d359a507cd24ba761829b6563f7efd6ab9bda9.tar.gz
nixpkgs-e3d359a507cd24ba761829b6563f7efd6ab9bda9.tar.bz2
nixpkgs-e3d359a507cd24ba761829b6563f7efd6ab9bda9.tar.lz
nixpkgs-e3d359a507cd24ba761829b6563f7efd6ab9bda9.tar.xz
nixpkgs-e3d359a507cd24ba761829b6563f7efd6ab9bda9.tar.zst
nixpkgs-e3d359a507cd24ba761829b6563f7efd6ab9bda9.zip
haskellPackages.misfortune: remove redundant patch
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix5
1 files changed, 0 insertions, 5 deletions
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 b223eeb134b..e9f2219f07e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -144,11 +144,6 @@ self: super: {
     prePatch = "sed -i 's|4\.8|4.9|' diagrams-core.cabal";
   });
 
-  misfortune = appendPatch super.misfortune (pkgs.fetchpatch {
-    url = "https://github.com/mokus0/misfortune/commit/9e0a38cf8d59a0de9ae1156034653f32099610e4.patch";
-    sha256 = "01m1l199ihq85j9pyc3n0wqv1z4my453hhhcvg3yz3gpz3lf224r";
-  });
-
   timezone-series = doJailbreak super.timezone-series;
   timezone-olson = doJailbreak super.timezone-olson;
   libmpd = dontCheck super.libmpd;