This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
Switching softhsm to use OpenSSL instead of botan2 for cryptography.
Botan2 has been end-of-life since January 2025 and can not be built with gcc-15, and softhsm does not support botan3.
Softhsm sources are no longer available, switch to GitHub.
After changing the sources, I was no longer able to compile
softhsm, as no makefile is included in the tag version there.
Add autoreconfHook to fix this.
Signed-off-by: Markus Theil <theil.markus@gmail.com>