mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-gtk2hs-buildtools now copes with alex 3.1.5 and later.
This commit is contained in:
parent
7c7e905de6
commit
07cda3b56f
1 changed files with 0 additions and 3 deletions
|
@ -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; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue