Skip to content

Commit

Permalink
libraw: add some key reverse dependencies to passthru.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Aug 12, 2023
1 parent f40c84b commit 39070fd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/development/libraries/libraw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
, autoreconfHook
, lcms2
, pkg-config

# for passthru.tests
, deepin
, freeimage
, hdrmerge
, imagemagick
, python3
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -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/";
Expand Down

0 comments on commit 39070fd

Please sign in to comment.