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-09-16 11:00:21 +02:00
parent 9bfc3c6e54
commit c835e6d56e
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -29,7 +29,10 @@ buildPythonPackage rec {
buildInputs = [ portaudio ];
nativeBuildInputs = [ cython ];
nativeBuildInputs = [
cython
cffi
];
dependencies = [
cffi