keepassxc: add mainProgram attribute (#350695)

This commit is contained in:
Aleksana
2024-10-23 21:46:15 +08:00
committed by GitHub
@@ -146,6 +146,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://keepassxc.org/";
license = licenses.gpl2Plus;
mainProgram = "keepassxc";
maintainers = with maintainers; [ blankparticle ];
platforms = platforms.linux ++ platforms.darwin;
};