summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-12-03 17:57:08 +0100
committerPeter Simons <simons@cryp.to>2015-12-04 10:17:35 +0100
commit07cda3b56f932c2121118e34b392dc5551262e1e (patch)
tree2fbb677ee04517c293312b3fcd9c07f19e2d24d8 /pkgs/development/haskell-modules/configuration-common.nix
parent7c7e905de65137abfc430dbb0cb5f36603fab02a (diff)
downloadnixlib-07cda3b56f932c2121118e34b392dc5551262e1e.tar
nixlib-07cda3b56f932c2121118e34b392dc5551262e1e.tar.gz
nixlib-07cda3b56f932c2121118e34b392dc5551262e1e.tar.bz2
nixlib-07cda3b56f932c2121118e34b392dc5551262e1e.tar.lz
nixlib-07cda3b56f932c2121118e34b392dc5551262e1e.tar.xz
nixlib-07cda3b56f932c2121118e34b392dc5551262e1e.tar.zst
nixlib-07cda3b56f932c2121118e34b392dc5551262e1e.zip
haskell-gtk2hs-buildtools now copes with alex 3.1.5 and later.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2934a5128867..f94d2397284c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -921,9 +921,6 @@ self: super: {
     librarySystemDepends = (drv.librarySystemDepends or []) ++ [ pkgs.ncurses ];
   });
 
-  # https://github.com/fpco/stackage/issues/1004
-  gtk2hs-buildtools = super.gtk2hs-buildtools.override { alex = self.alex_3_1_4; };
-
   # https://github.com/Gabriel439/Haskell-Morte-Library/issues/32
   morte = super.morte.override { alex = self.alex_3_1_4; };