libraw: add some key reverse dependencies to passthru.tests

This commit is contained in:
Robert Scott 2023-08-12 15:35:04 +01:00
parent f40c84b149
commit 39070fdc9b

View file

@ -5,6 +5,13 @@
, autoreconfHook
, lcms2
, pkg-config
# for passthru.tests
, deepin
, freeimage
, hdrmerge
, imagemagick
, python3
}:
stdenv.mkDerivation rec {
@ -34,6 +41,12 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
inherit imagemagick hdrmerge freeimage;
inherit (deepin) deepin-image-viewer;
inherit (python3.pkgs) rawkit;
};
meta = with lib; {
description = "Library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)";
homepage = "https://www.libraw.org/";