Fix invocation of the PIL expression.

svn path=/nixpkgs/trunk/; revision=12600
This commit is contained in:
Ludovic Courtès 2008-08-12 15:43:36 +00:00
parent cf56d20b0d
commit 135147ca6c

View file

@ -4483,7 +4483,7 @@ let pkgs = rec {
}) null;
pil = import ../development/python-modules/pil {
inherit fetchurl stdenv python zlib libtiff libjpeg freetype;
inherit fetchurl stdenv python zlib libjpeg freetype;
};
psyco = import ../development/python-modules/psyco {