Fix invocation of the PIL expression.
svn path=/nixpkgs/trunk/; revision=12600
This commit is contained in:
parent
cf56d20b0d
commit
135147ca6c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue