mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
plone: upgrading to 4.3rc1
This commit is contained in:
parent
38fce2879f
commit
86e5e52d99
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 { };
|
||||
|
|
Loading…
Reference in a new issue