This is just to minimize rebuilds. The actual bugfix doesn't seem to
hurry, as the function has been returning void until now, so if the int
returned isn't a meaningful value in some cases, nothing should happen
yet.
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/gdbm/versions.
These checks were done:
- built on NixOS
- /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbmtool passed the binary check.
- /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbm_load passed the binary check.
- /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbm_dump passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 1.15 with grep in /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15
- directory tree listing: https://gist.github.com/6bd11a4334992f4b8f19331113c0daa3
- du listing: https://gist.github.com/14f6008edc7f1045329c1205500d1a1a
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/gdbm/versions.
These checks were done:
- built on NixOS
- ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbmtool -h’ got 0 exit code
- ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbmtool --help’ got 0 exit code
- ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbmtool help’ got 0 exit code
- ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbm_load -h’ got 0 exit code
- ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbm_load --help’ got 0 exit code
- ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbm_dump -h’ got 0 exit code
- ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbm_dump --help’ got 0 exit code
- found 1.14.1 with grep in /nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1
- directory tree listing: https://gist.github.com/fdbeceb9acdfc810ba2c598902e40881
In anticipation of what I outline in #33599, I only simplify exactly those
`doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a
comment next to them so I can grep for them later.