We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c9740 commit 93c5836Copy full SHA for 93c5836
1 file changed
pkgs/development/libraries/libtiff/default.nix
@@ -8,6 +8,16 @@
8
, libjpeg
9
, xz
10
, zlib
11
+
12
+# for passthru.tests
13
+, libgeotiff
14
+, python3Packages
15
+, imagemagick
16
+, graphicsmagick
17
+, gdal
18
+, openimageio
19
+, freeimage
20
+, imlib
21
}:
22
23
#FIXME: fix aarch64-darwin build and get rid of ./aarch64-darwin.nix
@@ -53,6 +63,11 @@ stdenv.mkDerivation rec {
53
63
54
64
doCheck = true;
55
65
66
+ passthru.tests = {
67
+ inherit libgeotiff imagemagick graphicsmagick gdal openimageio freeimage imlib;
68
+ inherit (python3Packages) pillow imread;
69
+ };
70
56
71
meta = with lib; {
57
72
description = "Library and utilities for working with the TIFF image file format";
58
73
homepage = "https://libtiff.gitlab.io/libtiff";
0 commit comments