zope: Fix name of argument.

svn path=/nixpkgs/trunk/; revision=12898
This commit is contained in:
Ludovic Courtès 2008-09-19 14:39:57 +00:00
parent d96f2b1ea0
commit 113e5eff46
1 changed files with 2 additions and 1 deletions

View File

@ -4610,7 +4610,8 @@ let
};
zope = import ../development/python-modules/zope {
inherit fetchurl stdenv python24;
inherit fetchurl stdenv;
python = python24;
};
### SERVERS