14 buildPythonPackage rec {
21 inherit pname version;
22 sha256 = "sha256-fy7sRKS7ih4JmjOW/noL8qJ1xWVpQLbBbObHnMwT3Bc=";
27 src = ./hardcode-gnupg-path.patch;
32 propagatedBuildInputs = [
39 checkInputs = [ pytestCheckHook ];
42 disabledTestPaths = [ "tests/live_test.py" ];
44 pythonImportsCheck = [ "slixmpp" ];
47 description = "Elegant Python library for XMPP";
48 homepage = "https://slixmpp.readthedocs.io/";
49 license = licenses.mit;
50 maintainers = with maintainers; [ fab ];