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