nixpkgs/pkgs/os-specific/linux/pam
Colin b803189674 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
<1d1d3b59af>
and subsequently removed from Alpine (where we took it from)
<e51f5c2997>
2024-07-04 07:14:20 +00:00
..
default.nix pam: packaging cleanups 2024-07-04 07:14:20 +00:00
suid-wrapper-path.patch