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";