haskell-yaya: break infinite recursion

This commit is contained in:
Peter Simons
2019-01-07 10:57:21 +01:00
parent 4976bc2fe2
commit 056227a877
@@ -550,4 +550,7 @@ self: super: builtins.intersectAttrs super {
# The test suite has undeclared dependencies on git.
githash = dontCheck super.githash;
# Avoid infitite recursion with yaya.
yaya-hedgehog = super.yaya-hedgehog.override { yaya = dontCheck self.yaya; };
}