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:
parent
0416e77d82
commit
8ea9b3fbac
5141
pkgs/development/web/plone/4.1.6.nix
Normal file
5141
pkgs/development/web/plone/4.1.6.nix
Normal file
File diff suppressed because it is too large
Load diff
5394
pkgs/development/web/plone/4.2.5.nix
Normal file
5394
pkgs/development/web/plone/4.2.5.nix
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue