Skip to content

Commit

Permalink
python3Packages.rtmixer: add cffi for cross compilation
Browse files Browse the repository at this point in the history
Fixes

> ModuleNotFoundError: No module named '_cffi_backend'

during the build.
  • Loading branch information
SFrijters committed Oct 28, 2024
1 parent bbc20e2 commit ba3d517
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/rtmixer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ buildPythonPackage rec {

buildInputs = [ portaudio ];

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

dependencies = [
cffi
Expand Down

0 comments on commit ba3d517

Please sign in to comment.