python3Packages.sounddevice: add cffi for cross compilation

Fixes

> ModuleNotFoundError: No module named '_cffi_backend'
>
> ERROR Backend subprocess exited when trying to invoke build_wheel

during the build.
This commit is contained in:
Stefan Frijters 2024-09-16 10:32:51 +02:00
parent c7990fc595
commit ff00c00206
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -30,6 +30,8 @@ buildPythonPackage rec {
portaudio
];
nativeBuildInputs = [ cffi ];
# No tests included nor upstream available.
doCheck = false;