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

python3Packages.rtmixer: add cffi for cross compilation

Fixes

> ModuleNotFoundError: No module named '_cffi_backend'

during the build.
parent 9bfc3c6e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -29,7 +29,10 @@ buildPythonPackage rec {

  buildInputs = [ portaudio ];

  nativeBuildInputs = [ cython ];
  nativeBuildInputs = [
    cython
    cffi
  ];

  dependencies = [
    cffi