removing existing plone packages
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -5801,21 +5801,6 @@ let
|
||||
python = pypy;
|
||||
});
|
||||
|
||||
plone41Packages = import ../development/web/plone/4.1.nix {
|
||||
inherit pkgs;
|
||||
pythonPackages = python26Packages;
|
||||
};
|
||||
|
||||
plone42Packages = import ../development/web/plone/4.2.nix {
|
||||
inherit pkgs;
|
||||
pythonPackages = python26Packages;
|
||||
};
|
||||
|
||||
plone43Packages = recurseIntoAttrs (import ../development/web/plone/4.3.nix {
|
||||
inherit pkgs;
|
||||
pythonPackages = python27Packages;
|
||||
});
|
||||
|
||||
foursuite = callPackage ../development/python-modules/4suite { };
|
||||
|
||||
bsddb3 = callPackage ../development/python-modules/bsddb3 { };
|
||||
|
||||
Reference in New Issue
Block a user