forked from mirrors/nixpkgs
gajim: Add missing dependency 'packaging'
This commit is contained in:
parent
6132e7cf97
commit
b880687a20
|
@ -63,7 +63,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
nbxmpp pygobject3 dbus-python pillow css-parser precis-i18n keyring setuptools
|
nbxmpp pygobject3 dbus-python pillow css-parser precis-i18n keyring setuptools packaging
|
||||||
] ++ lib.optionals enableE2E [ pycrypto python-gnupg ]
|
] ++ lib.optionals enableE2E [ pycrypto python-gnupg ]
|
||||||
++ lib.optional enableRST docutils
|
++ lib.optional enableRST docutils
|
||||||
++ lib.optionals enableOmemoPluginDependencies [ python-axolotl qrcode ]
|
++ lib.optionals enableOmemoPluginDependencies [ python-axolotl qrcode ]
|
||||||
|
|
Loading…
Reference in a new issue