python3Packages.pyzmq: fix build (#341813)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user