imagemagick: add perlPackages.ImageMagick to passthru.tests

This commit is contained in:
Robert Schütz 2023-09-17 23:33:32 -07:00
parent 5efaf495d0
commit 840a10e87e

View File

@ -30,6 +30,7 @@
, Foundation
, testers
, imagemagick
, perlPackages
, python3
}:
@ -125,6 +126,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru.tests = {
version = testers.testVersion { package = finalAttrs.finalPackage; };
inherit (perlPackages) ImageMagick;
inherit (python3.pkgs) img2pdf;
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
};