libheif: test pillow-heif in passthru

This commit is contained in:
Martin Weinelt 2024-07-25 03:12:53 +02:00
parent 850aa4ebd6
commit 50d167e970
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,6 +17,7 @@
, imagemagick
, imlib2Full
, imv
, python3Packages
, vips
}:
@ -60,6 +61,7 @@ stdenv.mkDerivation rec {
passthru.tests = {
inherit gimp imagemagick imlib2Full imv vips;
inherit (python3Packages) pillow-heif;
};
meta = {