haskell-yaya: break infinite recursion
This commit is contained in:
parent
4976bc2fe2
commit
056227a877
@ -550,4 +550,7 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# The test suite has undeclared dependencies on git.
|
# The test suite has undeclared dependencies on git.
|
||||||
githash = dontCheck super.githash;
|
githash = dontCheck super.githash;
|
||||||
|
|
||||||
|
# Avoid infitite recursion with yaya.
|
||||||
|
yaya-hedgehog = super.yaya-hedgehog.override { yaya = dontCheck self.yaya; };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user