mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
makeScopeWithSplicing: fix makeScopeWithSplicing'
call
makeScopeWithSplicing: fix comment
This commit is contained in:
parent
8ca5a5a768
commit
724cc0cba3
@ -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 New Issue
Block a user