diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 55e2da3a251..b105769cdcf 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -13173,7 +13173,8 @@ in modules // { substituteInPlace soundfile.py --replace "'sndfile'" "'${pkgs.libsndfile}/lib/libsndfile.so'" ''; - disabled = isPyPy; + # https://github.com/bastibe/PySoundFile/issues/157 + disabled = isPyPy || stdenv.isi686; }; python3pika = buildPythonPackage {