zope: Fix name of argument.
svn path=/nixpkgs/trunk/; revision=12898
This commit is contained in:
parent
d96f2b1ea0
commit
113e5eff46
|
@ -4610,7 +4610,8 @@ let
|
|||
};
|
||||
|
||||
zope = import ../development/python-modules/zope {
|
||||
inherit fetchurl stdenv python24;
|
||||
inherit fetchurl stdenv;
|
||||
python = python24;
|
||||
};
|
||||
|
||||
### SERVERS
|
||||
|
|
Loading…
Reference in New Issue