0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

python3Packages.soundfile: fix cross-compilation

This commit is contained in:
legendofmiracles 2021-10-19 22:28:46 -06:00 committed by Jonathan Ringer
parent 15018497c4
commit aec7556c76

View file

@ -21,6 +21,7 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
propagatedBuildInputs = [ numpy libsndfile cffi ];
propagatedNativeBuildInputs = [ cffi ];
meta = {
description = "An audio library based on libsndfile, CFFI and NumPy";