Loading
pam: packaging cleanups
- don't set null postPatch
- remove unnecessary musl patch
null postPatch breaks common override idioms like
```nix
pam.overrideAttrs (attrs: {
postPatch = (attrs.postPatch or "") + "...";
});
```
the musl patch was upstreamed into pam
<https://github.com/linux-pam/linux-pam/commit/1d1d3b59af50c40efcc74f9c3f37b446a921e83e>
and subsequently removed from Alpine (where we took it from)
<https://gitlab.alpinelinux.org/alpine/aports/-/commit/e51f5c2997fd7a2140d417b6ddad1cec2cec9952>