pythonPackages: set guessit and babelfish as python 2.x only
This commit is contained in:
parent
3e7d52434d
commit
a0fc4263e3
1 changed files with 2 additions and 0 deletions
|
@ -604,6 +604,7 @@ let
|
|||
babelfish = buildPythonPackage rec {
|
||||
version = "0.5.3";
|
||||
name = "babelfish-${version}";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/b/babelfish/${name}.tar.gz";
|
||||
|
@ -4276,6 +4277,7 @@ let
|
|||
guessit = buildPythonPackage rec {
|
||||
version = "0.9.3";
|
||||
name = "guessit-${version}";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/g/guessit/${name}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue