mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
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:
parent
c7990fc595
commit
ff00c00206
@ -30,6 +30,8 @@ buildPythonPackage rec {
|
||||
portaudio
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cffi ];
|
||||
|
||||
# No tests included nor upstream available.
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user