Merge pull request #250575 from Artturin/fixcall1
This commit is contained in:
commit
25d583b571
1 changed files with 4 additions and 4 deletions
|
@ -281,11 +281,11 @@ rec {
|
|||
/* backward compatibility with old uncurried form; deprecated */
|
||||
makeScopeWithSplicing =
|
||||
splicePackages: newScope: otherSplices: keep: extra: f:
|
||||
makeScopeWithSplicing' {
|
||||
inherit splicePackages newScope otherSplices keep extra f;
|
||||
};
|
||||
makeScopeWithSplicing'
|
||||
{ inherit splicePackages newScope; }
|
||||
{ inherit otherSplices keep extra f; };
|
||||
|
||||
/* Like the above, but aims to support cross compilation. It's still ugly, but
|
||||
/* Like makeScope, but aims to support cross compilation. It's still ugly, but
|
||||
hopefully it helps a little bit. */
|
||||
makeScopeWithSplicing' =
|
||||
{ splicePackages
|
||||
|
|
Loading…
Reference in a new issue