lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.soundfile: fix cross-compilation

authored by

legendofmiracles and committed by
Jonathan Ringer
aec7556c 15018497

+1
+1
pkgs/development/python-modules/soundfile/default.nix
··· 21 21 22 22 checkInputs = [ pytest ]; 23 23 propagatedBuildInputs = [ numpy libsndfile cffi ]; 24 + propagatedNativeBuildInputs = [ cffi ]; 24 25 25 26 meta = { 26 27 description = "An audio library based on libsndfile, CFFI and NumPy";