python3Packages.soundfile: fix cross-compilation

This commit is contained in:
legendofmiracles
2021-10-29 14:42:15 -07:00
committed by Jonathan Ringer
parent 15018497c4
commit aec7556c76
@@ -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";