summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-02 13:40:47 +0200
committerPeter Simons <simons@cryp.to>2018-05-03 14:50:44 +0200
commit1d79794c797917d2610fae3a1a7bb99fb9147d1e (patch)
tree9585a0f81d57e58b6eb0fb2b7a9f6c35dee3ae5b
parent0fe200796366fb154351c67e7f9dbaa595d7a74f (diff)
downloadnixlib-1d79794c797917d2610fae3a1a7bb99fb9147d1e.tar
nixlib-1d79794c797917d2610fae3a1a7bb99fb9147d1e.tar.gz
nixlib-1d79794c797917d2610fae3a1a7bb99fb9147d1e.tar.bz2
nixlib-1d79794c797917d2610fae3a1a7bb99fb9147d1e.tar.lz
nixlib-1d79794c797917d2610fae3a1a7bb99fb9147d1e.tar.xz
nixlib-1d79794c797917d2610fae3a1a7bb99fb9147d1e.tar.zst
nixlib-1d79794c797917d2610fae3a1a7bb99fb9147d1e.zip
haskell-gtk2hs-buildtools: drop obsolete override for ghc-8.4.x
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 4f76caa8918e..64d4e277d4c0 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -215,19 +215,6 @@ self: super: {
     libraryHaskellDepends = (drv.libraryHaskellDepends or []) ++ (with self; [ insert-ordered-containers lens-family-core prettyprinter prettyprinter-ansi-terminal repline ]);
   });
 
-  ## Unmerged.  PR: https://github.com/gtk2hs/gtk2hs/pull/233
-  gtk2hs-buildtools = overrideCabal super.gtk2hs-buildtools (drv: {
-    ## Setup: Encountered missing dependencies:
-    ## Cabal >=1.24.0.0 && <2.1
-    src = pkgs.fetchFromGitHub {
-      owner  = "deepfire";
-      repo   = "gtk2hs";
-      rev    = "08c68d5afc22dd5761ec2c92ebf49c6d252e545b";
-      sha256 = "06prn5wqq8x225n9wlbyk60f50jyjj8fm2hf181dyqjpf8wq75xa";
-    };
-    prePatch        = "cd tools; ";
-  });
-
   ## Unmerged.  PR: https://github.com/gregorycollins/hashtables/pull/46
   hashtables = overrideCabal super.hashtables (drv: {
     ##     • No instance for (Semigroup Slot)