mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
haskell-cryptol: override happy to older version to fix the build
This commit is contained in:
parent
62079ef824
commit
4944610903
@ -929,6 +929,9 @@ self: super: {
|
||||
# https://hydra.nixos.org/build/60678124
|
||||
Agda = markBroken (super.Agda.override { happy = self.happy_1_19_5; });
|
||||
|
||||
# cryptol-2.5.0 doesn't want happy 1.19.6+.
|
||||
cryptol = super.cryptol.override { happy = self.happy_1_19_5; };
|
||||
|
||||
# https://github.com/jtdaugherty/text-zipper/issues/11
|
||||
text-zipper = dontCheck super.text-zipper;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user