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-11-27 11:59:13 +0100
committerPeter Simons <simons@cryp.to>2015-11-29 15:30:30 +0100
commit2b6f0d08c6a79d054e1b58d8fd37f23a56471627 (patch)
treedae4e727caf7566bb34558cfcdc8f078d764c96d /pkgs/development/haskell-modules/configuration-common.nix
parent7a9bb6dee251596183b26b439b4d809a54d87a3d (diff)
downloadnixlib-2b6f0d08c6a79d054e1b58d8fd37f23a56471627.tar
nixlib-2b6f0d08c6a79d054e1b58d8fd37f23a56471627.tar.gz
nixlib-2b6f0d08c6a79d054e1b58d8fd37f23a56471627.tar.bz2
nixlib-2b6f0d08c6a79d054e1b58d8fd37f23a56471627.tar.lz
nixlib-2b6f0d08c6a79d054e1b58d8fd37f23a56471627.tar.xz
nixlib-2b6f0d08c6a79d054e1b58d8fd37f23a56471627.tar.zst
nixlib-2b6f0d08c6a79d054e1b58d8fd37f23a56471627.zip
haskell-gtk2hs-buildtools: build this package with alex 3.1.4
The latest version, alex 3.1.5, generates code that this package can't
cope with.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index edafbe5eab6e..c975e444d10c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -924,4 +924,7 @@ 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; };
+
 }