35 import ./generic.nix (
41 disabled = pythonOlder "3.8";
46 hash = "sha256-Fmwc1NJDCbMNYfefSpEUt7IxPXRQkSJ3hV/139fNSgY=";
61 homepage = "https://python-pillow.org/";
62 description = "Friendly PIL fork (Python Imaging Library)";
64 The Python Imaging Library (PIL) adds image processing
65 capabilities to your Python interpreter. This library
66 supports many file formats, and provides powerful image
67 processing and graphics capabilities.
69 license = licenses.hpnd;
70 maintainers = with maintainers; [ prikhi ];