haskell-yaya: break infinite recursion

This commit is contained in:
Peter Simons 2019-01-06 14:30:37 +01:00
parent 4976bc2fe2
commit 056227a877

View file

@ -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; };
}