diff options
| author | Arian van Putten <arian.vanputten@gmail.com> | 2024-07-16 17:00:24 +0200 |
|---|---|---|
| committer | Arian van Putten <arian.vanputten@gmail.com> | 2024-07-16 21:30:48 +0200 |
| commit | c20f88c6f390c5ed28a4876ed41ef925cfc756a0 (patch) | |
| tree | 9e3385303e96412cca8319bd3fc20887924b4886 /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos | |
| parent | 62bfcb2382ad1445d5522753471ad0d012c549e7 (diff) | |
systemd: {pname,version} -> finalAttrs.{pname,version}
Without this patch, people overriding systemd like:
```
systemd.package = pkgs.systemd.overrideAttrs (finalAttrs: previousAttrs: {
version = "255.9";
src = previousAttrs.src.override {
rev = "v${finalAttrs.version}";
hash = "sha256-fnMvBYyMRQrP2x//8ntGTSwoHOtFk2TQ4S5fwcsSLDU=";
};
});
```
would get the wrong version reported in `systemctl --version`
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions
