python3Packages.rtmixer: add cffi for cross compilation

Fixes

> ModuleNotFoundError: No module named '_cffi_backend'

during the build.
This commit is contained in:
Stefan Frijters
2024-11-06 22:35:36 +01:00
parent 9bfc3c6e54
commit c835e6d56e
@@ -29,7 +29,10 @@ buildPythonPackage rec {
buildInputs = [ portaudio ];
nativeBuildInputs = [ cython ];
nativeBuildInputs = [
cython
cffi
];
dependencies = [
cffi