mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03: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 New Issue
Block a user