1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

plone: adding version 4.2.5 and 4.1.6

This commit is contained in:
Rok Garbas 2013-04-17 02:28:45 +02:00
parent 0416e77d82
commit 8ea9b3fbac
3 changed files with 10545 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -5330,6 +5330,16 @@ let
python = python27;
});
plone41Packages = recurseIntoAttrs (import ../development/web/plone/4.1.6.nix {
inherit pkgs;
pythonPackages = python27Packages;
});
plone42Packages = recurseIntoAttrs (import ../development/web/plone/4.2.5.nix {
inherit pkgs;
pythonPackages = python27Packages;
});
plone43Packages = recurseIntoAttrs (import ../development/web/plone/4.3.0.nix {
inherit pkgs;
pythonPackages = python27Packages;