Merge pull request #250575 from Artturin/fixcall1

This commit is contained in:
Artturi 2023-08-21 21:12:32 +03:00 committed by GitHub
commit 25d583b571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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