pil for python27 and python26
This commit is contained in:
@@ -39,6 +39,9 @@ let pythonPackages = python.modules // rec {
|
||||
inherit buildPythonPackage pythonPackages;
|
||||
};
|
||||
|
||||
pil = import ../development/python-modules/pil {
|
||||
inherit (pkgs) fetchurl stdenv python libjpeg zlib freetype;
|
||||
};
|
||||
|
||||
wrapPython = pkgs.makeSetupHook
|
||||
{ deps = pkgs.makeWrapper;
|
||||
|
||||
Reference in New Issue
Block a user