haskell-primitive: avoid infinite recursion during evaluation
This commit is contained in:
parent
93b4f52f2c
commit
f95d327f4e
@ -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 New Issue
Block a user