Skip to content

Commit 93c5836

Browse files
committed
libtiff: add some reverse dependencies to passthru.tests
1 parent 53c9740 commit 93c5836

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pkgs/development/libraries/libtiff/default.nix

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
, libjpeg
99
, xz
1010
, zlib
11+
12+
# for passthru.tests
13+
, libgeotiff
14+
, python3Packages
15+
, imagemagick
16+
, graphicsmagick
17+
, gdal
18+
, openimageio
19+
, freeimage
20+
, imlib
1121
}:
1222

1323
#FIXME: fix aarch64-darwin build and get rid of ./aarch64-darwin.nix
@@ -53,6 +63,11 @@ stdenv.mkDerivation rec {
5363

5464
doCheck = true;
5565

66+
passthru.tests = {
67+
inherit libgeotiff imagemagick graphicsmagick gdal openimageio freeimage imlib;
68+
inherit (python3Packages) pillow imread;
69+
};
70+
5671
meta = with lib; {
5772
description = "Library and utilities for working with the TIFF image file format";
5873
homepage = "https://libtiff.gitlab.io/libtiff";

0 commit comments

Comments
 (0)