Plone: fix for 4.1
This commit is contained in:
parent
0af376815f
commit
fd5e631e7d
@ -1,11 +1,11 @@
|
|||||||
# DO NOT EDIT THIS FILE!
|
# DO NOT EDIT THIS FILE!
|
||||||
#
|
#
|
||||||
# Nix expressions autogenerated with:
|
# Nix expressions autogenerated with:
|
||||||
# bin/pypi2nix -n plone43Packages -d Plone -d mailinglogger -d zc.recipe.egg -d plone.recipe.zope2instance -d Pillow -i setuptools -i zc_buildout -i pillow -e plone/4.1.6.json -p plone/4.1.6.txt -o plone/4.1.6.nix
|
# bin/pypi2nix -n plone41Packages -d Plone -d mailinglogger -d zc.recipe.egg -d plone.recipe.zope2instance -d Pillow -i setuptools -i zc_buildout -i pillow -e plone/4.1.6.json -p plone/4.1.6.txt -o plone/4.1.6.nix
|
||||||
|
|
||||||
{ pkgs, pythonPackages }:
|
{ pkgs, pythonPackages }:
|
||||||
|
|
||||||
let plone43Packages = pythonPackages.python.modules // rec {
|
let plone41Packages = pythonPackages.python.modules // rec {
|
||||||
inherit (pythonPackages) buildPythonPackage setuptools zc_buildout pillow;
|
inherit (pythonPackages) buildPythonPackage setuptools zc_buildout pillow;
|
||||||
inherit (pkgs) fetchurl stdenv;
|
inherit (pkgs) fetchurl stdenv;
|
||||||
|
|
||||||
@ -3092,10 +3092,10 @@ let plone43Packages = pythonPackages.python.modules // rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
plone_recipe_zope2instance = buildPythonPackage rec {
|
plone_recipe_zope2instance = buildPythonPackage rec {
|
||||||
name = "plone.recipe.zope2instance-4.1.9";
|
name = "plone.recipe.zope2instance-4.1.10";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/p/plone.recipe.zope2instance/plone.recipe.zope2instance-4.1.9.zip";
|
url = "http://pypi.python.org/packages/source/p/plone.recipe.zope2instance/plone.recipe.zope2instance-4.1.10.zip";
|
||||||
md5 = "ad90efc7948107ab63efac46ab589569";
|
md5 = "787fad7fa44757de74a50a91e9bcfcb5";
|
||||||
};
|
};
|
||||||
buildInputs = [ pkgs.unzip ];
|
buildInputs = [ pkgs.unzip ];
|
||||||
propagatedBuildInputs = [ zc_buildout zc_recipe_egg mailinglogger setuptools zope2 ];
|
propagatedBuildInputs = [ zc_buildout zc_recipe_egg mailinglogger setuptools zope2 ];
|
||||||
@ -5138,4 +5138,4 @@ let plone43Packages = pythonPackages.python.modules // rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}; in plone43Packages
|
}; in plone41Packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user