Unverified Commit ff00c002 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

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.
parent c7990fc5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ buildPythonPackage rec {
    portaudio
  ];

  nativeBuildInputs = [ cffi ];

  # No tests included nor upstream available.
  doCheck = false;