The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
Without the change build fails on `master` as
https://hydra.nixos.org/build/249068035:
In file included from /build/sqlcheck/src/configuration.cpp:3:
/build/sqlcheck/src/include/configuration.h:88:8: error: 'uint32_t' in namespace 'std' does not name a type; did you mean 'wint_t'?
88 | std::uint32_t line_number;
| ^~~~~~~~
| wint_t