11 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
18 # Test fixtures are stored in LFS
20 url = "https://github.com/whtsky/pixelmatch-py";
22 hash = "sha256-/zRQhwz+HjT0Hs4CunsqHxHWEtoIH9qMBowRb0Pps6Y=";
40 pythonImportsCheck = [
45 description = "Pixel-level image comparison library";
46 homepage = "https://github.com/whtsky/pixelmatch-py";
47 license = licenses.isc;
48 maintainers = with maintainers; [ ];