forked from mirrors/nixpkgs
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:
parent
7a9bb6dee2
commit
2b6f0d08c6
|
@ -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; };
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue