mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
kaa-* and mmpython not on py3k and pypy anymore
This commit is contained in:
parent
6b678048cd
commit
8e7f1f1c02
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue