keepassxc: add mainProgram attribute

This commit is contained in:
Benno Bielmeier 2024-10-23 13:26:20 +02:00
parent da466ad660
commit bb15ce73f3

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