diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix index 6f2f31473eb..55ed1fe148b 100644 --- a/pkgs/applications/misc/keepassx/community.nix +++ b/pkgs/applications/misc/keepassx/community.nix @@ -16,9 +16,9 @@ , qtx11extras , withKeePassBrowser ? true +, withKeePassSSHAgent ? true , withKeePassHTTP ? false , withKeePassNetworking ? false -, withKeePassSSHAgent ? false }: with stdenv.lib;