python3Packages.rtmixer: add cffi for cross compilation
Fixes > ModuleNotFoundError: No module named '_cffi_backend' during the build.
This commit is contained in:
parent
9bfc3c6e54
commit
c835e6d56e
@ -29,7 +29,10 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ portaudio ];
|
||||
|
||||
nativeBuildInputs = [ cython ];
|
||||
nativeBuildInputs = [
|
||||
cython
|
||||
cffi
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
cffi
|
||||
|
Loading…
Reference in New Issue
Block a user