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