Loading pkgs/development/python-modules/pillow-heif/default.nix +7 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub Loading Loading @@ -63,6 +64,12 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ # https://github.com/bigcat88/pillow_heif/issues/89 # not reproducible in nixpkgs "test_opencv_crash" ]; meta = { changelog = "https://github.com/bigcat88/pillow_heif/releases/tag/v${version}"; description = "Python library for working with HEIF images and plugin for Pillow"; Loading Loading
pkgs/development/python-modules/pillow-heif/default.nix +7 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub Loading Loading @@ -63,6 +64,12 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ # https://github.com/bigcat88/pillow_heif/issues/89 # not reproducible in nixpkgs "test_opencv_crash" ]; meta = { changelog = "https://github.com/bigcat88/pillow_heif/releases/tag/v${version}"; description = "Python library for working with HEIF images and plugin for Pillow"; Loading