keepassxc: add mainProgram attribute (#350695)
This commit is contained in:
commit
99fdc1971b
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user