imagemagick: add nixos-icons to passthru.tests

See https://github.com/NixOS/nixpkgs/issues/263157.
This commit is contained in:
Robert Schütz 2023-10-24 11:04:51 -07:00
parent 00d3481c14
commit 9bf63352f8

View file

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