Commit bb15ce73 authored by Benno Bielmeier's avatar Benno Bielmeier
Browse files

keepassxc: add mainProgram attribute

parent da466ad6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };