mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
libheif: test pillow-heif in passthru
This commit is contained in:
parent
850aa4ebd6
commit
50d167e970
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user