Merge pull request #250575 from Artturin/fixcall1

This commit is contained in:
Artturi
2023-08-21 21:12:32 +03:00
committed by GitHub
+4 -4
View File
@@ -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