10 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-Kqdm8b3hgO0Q3zE68rSIM4Jd7upjG+SQywSseGwCFUI=";
26 buildInputs = [ libjxl ];
31 pythonImportsCheck = [ "jxlpy" ];
34 description = "Cython bindings and Pillow plugin for JPEG XL";
35 homepage = "https://github.com/olokelo/jxlpy";
36 changelog = "https://github.com/olokelo/jxlpy/releases/tag/${version}";
37 license = lib.licenses.mit;
38 maintainers = [ lib.maintainers.huantian ];