keepassxc: add mainProgram attribute (#350695)

This commit is contained in:
Aleksana 2024-10-23 21:46:15 +08:00 committed by GitHub
commit 99fdc1971b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};