···281 /* backward compatibility with old uncurried form; deprecated */
282 makeScopeWithSplicing =
283 splicePackages: newScope: otherSplices: keep: extra: f:
284- makeScopeWithSplicing' {
285- inherit splicePackages newScope otherSplices keep extra f;
286- };
287288- /* Like the above, but aims to support cross compilation. It's still ugly, but
289 hopefully it helps a little bit. */
290 makeScopeWithSplicing' =
291 { splicePackages
···281 /* backward compatibility with old uncurried form; deprecated */
282 makeScopeWithSplicing =
283 splicePackages: newScope: otherSplices: keep: extra: f:
284+ makeScopeWithSplicing'
285+ { inherit splicePackages newScope; }
286+ { inherit otherSplices keep extra f; };
287288+ /* Like makeScope, but aims to support cross compilation. It's still ugly, but
289 hopefully it helps a little bit. */
290 makeScopeWithSplicing' =
291 { splicePackages