python3Packages.soundfile: fix cross-compilation
This commit is contained in:
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";
|
||||
|
||||
Reference in New Issue
Block a user