haskell-primitive: avoid infinite recursion during evaluation
This commit is contained in:
parent
93b4f52f2c
commit
f95d327f4e
1 changed files with 4 additions and 0 deletions
|
@ -706,4 +706,8 @@ self: super: builtins.intersectAttrs super {
|
|||
wrapProgram $out/bin/mplayer-spot --prefix PATH : "${path}"
|
||||
'';
|
||||
});
|
||||
|
||||
# break infinite recursion with base-orphans
|
||||
primitive = dontCheck super.primitive;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue