summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-head.nix
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-06-09 10:26:05 -0700
committerJude Taylor <me@jude.bio>2015-06-09 10:26:29 -0700
commit746df7b034458c0ae27ebc99c0236f0d88807304 (patch)
tree856bd1a56f5bed4640fe3f606853736f4b097c8d /pkgs/development/haskell-modules/configuration-ghc-head.nix
parentd362ef845eff354c502ec5b2ee396d78bfc85377 (diff)
remove now-applied process-extras patch
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-head.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-head.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix
index dabdeec3a23cc..37cb69160b064 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-head.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix
@@ -53,10 +53,6 @@ self: super: {
   # https://github.com/haskell-suite/haskell-src-exts/issues/224
   haskell-src-exts = dontCheck super.haskell-src-exts;
 
-  process-extras = appendPatch super.process-extras (pkgs.fetchpatch {
-    url = "https://github.com/seereason/process-extras/pull/4.patch";
-    sha256 = "0wfd8dmr0a4dvgp6nhmkznxq1nq8ciprsacn1canmkzjkdidn6kj";
-  });
   mono-traversable = appendPatch super.mono-traversable (pkgs.fetchpatch {
     url = "https://github.com/snoyberg/mono-traversable/pull/77.patch";
     sha256 = "1qrvrh3cqfkymi5yb9y9z88rq4n7ag0ac2k00mcnqh4dz1vh4fg1";