15 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 hash = "sha256-2yajhuRyQ7BqghbSgPClW3inpw4TW2DhgQbomcRFx94=";
28 # Removes `register` storage class specifier, which is not allowed in C++17.
30 url = "https://github.com/pytroll/aggdraw/commit/157ed49803567e8c3eeb7dfeff4c116db35747f7.patch";
31 hash = "sha256-QSzpO90u5oSBWUzehRFbXgZ1ApEfLlfp11MUx6w11aI=";
53 ${python.interpreter} selftest.py
57 pythonImportsCheck = [ "aggdraw" ];
60 description = "High quality drawing interface for PIL";
61 homepage = "https://github.com/pytroll/aggdraw";
62 license = licenses.mit;
63 maintainers = with maintainers; [ onny ];