Using Qt *and* GTK means both wrapper hooks kick in, so avoid automatic
GTK wrapping and merge arguments into Qt ones as usual.
Duplicate wrapping must be avoided as it breaks the program's basename,
e.g. `argv[0]` ends up with ".keepassxc-wrapped" rather than
"keepassxc" as basename.
This fixes all three ELF executables (there is `-cli` and `-proxy`).
Following nh2's advice, I want to be more involved in nixpkgs,
and I'll start to review changes to programs that are important to me,
and that didn't have a long list of maintainers yet.
- Removed the unnecessary libmicrohttpd dependency, which doesn't
build on macOS. KeepassXC removed this dependency in 2.1.2
- Fixed a compiler error related to the Touch ID feature by adding a
dependency on the LocalAuthentication framework
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
KeePassXC has a new release. Changelog at
https://github.com/keepassxreboot/keepassxc/releases/tag/2.4.1.
Additionally, some cleanup:
- Alphabetize inputs for better future diffs
- Drop a no-longer-relevant patch
- Fixup removed and missing cmake flags
- Update description to reference correct browser extension
See the [changelog](a06e85f6ce/CHANGELOG (L1-L51)).
Changes to options:
- `withKeePassBrowser`: New in version 2.3.0 and replaces the
functionality provided by the KeePassHTTP plugin. Users should
install the
[KeePassXC-Browser extension](https://github.com/keepassxreboot/keepassxc-browser).
Defaults to `true` to remain consistent with the old default for
`withKeePassHTTP`.
- `withKeePassHTTP`: This feature is deprecated and disabled by default
in the source repository. Default changed from `true` to `false`.
- `withKeePassNetworking`: Controls all network access code within
KeePassXC. Defaults to `false` to match the source repository.
- `withKeePassSSHAgent`: Enables the SSH Agent plugin for use with
[KeeAgent](https://lechnology.com/software/keeagent/). Defaults to
`false` to match the source repository.