python3Packages.soundfile: fix cross-compilation
This commit is contained in:
parent
15018497c4
commit
aec7556c76
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue