···281281 /* backward compatibility with old uncurried form; deprecated */
282282 makeScopeWithSplicing =
283283 splicePackages: newScope: otherSplices: keep: extra: f:
284284- makeScopeWithSplicing' {
285285- inherit splicePackages newScope otherSplices keep extra f;
286286- };
284284+ makeScopeWithSplicing'
285285+ { inherit splicePackages newScope; }
286286+ { inherit otherSplices keep extra f; };
287287288288- /* Like the above, but aims to support cross compilation. It's still ugly, but
288288+ /* Like makeScope, but aims to support cross compilation. It's still ugly, but
289289 hopefully it helps a little bit. */
290290 makeScopeWithSplicing' =
291291 { splicePackages