mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 17:13:21 +00:00
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.
|
||||
githash = dontCheck super.githash;
|
||||
|
||||
# Avoid infitite recursion with yaya.
|
||||
yaya-hedgehog = super.yaya-hedgehog.override { yaya = dontCheck self.yaya; };
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue