Loading
patch-ppd-files: use `meta` and `passthru` directly
When I authored the nix file in 335a9083, `makeSetupHook` didn't know about `passthru` or `meta`. So I foisted these attributes on the derivation with `.overrideAttrs`. Commits ba895a7d and 48034046 enabled `makeSetupHook` to receive these attributes directly. It seems advisable to use that instead of `.overrideAttrs`.