diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 0237d81ed78..4cdae4ad2f7 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -8931,6 +8931,8 @@ let name = "${name}.tar.gz"; }; + disabled = isPyPy || isPy3k; + meta = with stdenv.lib; { description = "Media Meta Data retrieval framework"; homepage = http://sourceforge.net/projects/mmpython/; @@ -8950,6 +8952,8 @@ let doCheck = false; + disabled = isPyPy || isPy3k; + # Same as in buildPythonPackage except that it does not pass --old-and-unmanageable installPhase = '' runHook preInstall @@ -8988,6 +8992,8 @@ let buildInputs = [ pkgs.libdvdread ]; + disabled = isPyPy || isPy3k; + # Same as in buildPythonPackage except that it does not pass --old-and-unmanageable installPhase = '' runHook preInstall