Fix invocation of the PIL expression.
svn path=/nixpkgs/trunk/; revision=12600
This commit is contained in:
parent
cf56d20b0d
commit
135147ca6c
@ -4483,7 +4483,7 @@ let pkgs = rec {
|
|||||||
}) null;
|
}) null;
|
||||||
|
|
||||||
pil = import ../development/python-modules/pil {
|
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 {
|
psyco = import ../development/python-modules/psyco {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user