libheif: add some key reverse dependencies to passthru.tests
This commit is contained in:
parent
520902c32b
commit
72156f4e1f
@ -1,5 +1,23 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, dav1d, rav1e, libde265, x265, libpng,
|
||||
libjpeg, libaom }:
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, autoreconfHook
|
||||
, pkg-config
|
||||
, dav1d
|
||||
, rav1e
|
||||
, libde265
|
||||
, x265
|
||||
, libpng
|
||||
, libjpeg
|
||||
, libaom
|
||||
|
||||
# for passthru.tests
|
||||
, gimp
|
||||
, imagemagick
|
||||
, imlib2Full
|
||||
, imv
|
||||
, vips
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libheif";
|
||||
@ -19,6 +37,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit gimp imagemagick imlib2Full imv vips;
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.libheif.org/";
|
||||
description = "ISO/IEC 23008-12:2017 HEIF image file format decoder and encoder";
|
||||
|
Loading…
Reference in New Issue
Block a user