I am trying to get KeeWeb working in Nixos. It is not in the 20.09 channel, and so I tried writing a derivation for it... and failed. Luckily after some more searching I found out someone else had already done it ! Wonderful!
So I copied the code from : https://github.com/sikmir/nixpkgs/blob/master/pkgs/applications/misc/keeweb/default.nix . And imported it into my home manager setup. It builds fine but when I run it it only opens an error dialog:
"Error loading app. Error: the name org,freedesktop.secrets was not provided by any .service files"
A bit of seaerching points me into the direction of gnome-keyring and libsecret. Even a PR that addresses this issue, so you would think its fixed... but alas.
I changed the src to point to the latest version, but still no luck.
So probably something I am missing on my setup.
Can you help me ?