Merge pull request #112673 from atlaua/aranea/nbxmpp-deps
python.nbxmpp: Fix dependency specs
This commit is contained in:
commit
2a774f3029
pkgs/development/python-modules/nbxmpp
|
@ -15,8 +15,7 @@ in buildPythonPackage {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ precis-i18n ];
|
buildInputs = [ precis-i18n ];
|
||||||
checkInputs = [ gobject-introspection libsoup pygobject3 ];
|
propagatedBuildInputs = [ gobject-introspection idna libsoup pygobject3 pyopenssl ];
|
||||||
propagatedBuildInputs = [ idna pyopenssl ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://dev.gajim.org/gajim/python-nbxmpp";
|
homepage = "https://dev.gajim.org/gajim/python-nbxmpp";
|
||||||
|
|
Loading…
Reference in New Issue