makeScopeWithSplicing: fix makeScopeWithSplicing' call

makeScopeWithSplicing: fix comment
This commit is contained in:
Artturin 2023-08-21 19:57:34 +03:00
parent 8ca5a5a768
commit 724cc0cba3

View file

@ -281,11 +281,11 @@ rec {
/* backward compatibility with old uncurried form; deprecated */ /* backward compatibility with old uncurried form; deprecated */
makeScopeWithSplicing = makeScopeWithSplicing =
splicePackages: newScope: otherSplices: keep: extra: f: splicePackages: newScope: otherSplices: keep: extra: f:
makeScopeWithSplicing' { makeScopeWithSplicing'
inherit splicePackages newScope otherSplices keep extra f; { 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. */ hopefully it helps a little bit. */
makeScopeWithSplicing' = makeScopeWithSplicing' =
{ splicePackages { splicePackages