plone: upgrading to 4.3rc1

This commit is contained in:
Rok Garbas 2013-03-31 08:52:20 +02:00
parent 38fce2879f
commit 86e5e52d99
2 changed files with 5239 additions and 9688 deletions

File diff suppressed because it is too large Load Diff

@ -5300,9 +5300,10 @@ let
python = python27;
});
plone42Packages = recurseIntoAttrs (import ../development/web/plone {
inherit pkgs buildPythonPackage;
plone43Packages = recurseIntoAttrs (import ../development/web/plone {
inherit pkgs;
python = python27;
pythonPackages = python27Packages;
});
foursuite = callPackage ../development/python-modules/4suite { };