mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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;
|
||||
|
||||
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 New Issue
Block a user