forked from mirrors/nixpkgs
removing existing plone packages
This commit is contained in:
parent
92443dea6c
commit
a646dee027
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 { };
|
||||
|
|
Loading…
Reference in a new issue