gajim: add dependency on gssapi

Not sure what this is necessary for precisely, but Gajim would complain
about missing it on startup.
This commit is contained in:
sternenseemann 2022-05-26 20:13:30 +02:00 committed by Vincent Laporte
parent 566d7a7707
commit f540cdfd07

View File

@ -50,7 +50,7 @@ python3.pkgs.buildPythonApplication rec {
'';
propagatedBuildInputs = with python3.pkgs; [
nbxmpp pygobject3 dbus-python pillow css-parser precis-i18n keyring setuptools packaging
nbxmpp pygobject3 dbus-python pillow css-parser precis-i18n keyring setuptools packaging gssapi
] ++ lib.optionals enableE2E [ pycrypto python-gnupg ]
++ lib.optional enableRST docutils
++ lib.optionals enableOmemoPluginDependencies [ python-axolotl qrcode ]