mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
gtk2hs-buildtools: ensure appropriate Cabal version
This commit is contained in:
parent
ffe733a52d
commit
be6c46c3b3
@ -1005,4 +1005,6 @@ self: super: {
|
||||
yi-solarized = markBroken super.yi-solarized;
|
||||
yi-spolsky = markBroken super.yi-spolsky;
|
||||
|
||||
# gtk2hs-buildtools must have Cabal 1.24
|
||||
gtk2hs-buildtools = super.gtk2hs-buildtools.override { Cabal = self.Cabal_1_24_0_0; };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user