giflib: add some key reverse-dependencies to passthru.tests

This commit is contained in:
Robert Scott
2026-05-31 13:31:40 -07:00
committed by Robert Schütz
parent 2ce99deb34
commit 802bd69ec7
+21
View File
@@ -3,6 +3,17 @@
lib,
fetchurl,
fixDarwinDylibNames,
# for passthru.tests
SDL2_image,
SDL_image,
gdal,
imlib2,
leptonica,
libjxl,
libwebp,
openimageio,
openjdk,
pkgsStatic,
}:
@@ -52,6 +63,16 @@ stdenv.mkDerivation (finalAttrs: {
passthru.tests = {
static = pkgsStatic.giflib;
inherit
SDL2_image
SDL_image
gdal
imlib2
leptonica
libjxl
openimageio
openjdk
;
};
meta = {