python3Packages.pyzmq: fix build (#341813)

This commit is contained in:
K900
2024-09-20 19:38:53 +03:00
committed by GitHub
@@ -18,6 +18,7 @@
python,
pythonOlder,
tornado,
libsodium,
zeromq,
pytest-asyncio,
}:
@@ -44,7 +45,10 @@ buildPythonPackage rec {
dontUseCmakeConfigure = true;
buildInputs = [ zeromq ];
buildInputs = [
libsodium
zeromq
];
dependencies = lib.optionals isPyPy [ cffi ];