haskell-tonaparser: disable test suite to avoid infinite recursion
This commit is contained in:
parent
7aabea02f0
commit
6c8098da26
|
@ -553,4 +553,7 @@ self: super: builtins.intersectAttrs super {
|
|||
# Avoid infitite recursion with yaya.
|
||||
yaya-hedgehog = super.yaya-hedgehog.override { yaya = dontCheck self.yaya; };
|
||||
|
||||
# Avoid infitite recursion with tonatona.
|
||||
tonaparser = dontCheck super.tonaparser;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue