Place grin in Python 2.7 section; it is not Python 3.x compatible
This commit is contained in:
parent
02fdd38400
commit
ab6a03e706
1 changed files with 3 additions and 3 deletions
|
@ -4844,8 +4844,6 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
grin = callPackage ../development/python-modules/grin { };
|
||||
|
||||
gyp = buildPythonPackage rec {
|
||||
rev = "1977";
|
||||
name = "gyp-r${rev}";
|
||||
|
@ -13047,6 +13045,8 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
grin = callPackage ../development/python-modules/grin { };
|
||||
|
||||
gsutil = buildPythonPackage rec {
|
||||
name = "gsutil-4.6";
|
||||
meta = {
|
||||
|
@ -13270,7 +13270,7 @@ let
|
|||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
html2text = buildPythonPackage rec {
|
||||
name = "html2text-2014.12.29";
|
||||
|
||||
|
|
Loading…
Reference in a new issue