I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
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 fix build on ncurses-6.3 fails as:
src/helperFns.cpp:103:17:
error: format not a string literal and no format arguments [-Werror=format-security]
103 | mvprintw(TOP+5, 0, (x).c_str());
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~