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.
This commit is contained in:
Peter Simons 2015-11-27 11:59:13 +01:00
parent 7a9bb6dee2
commit 2b6f0d08c6

View File

@ -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; };
}