imagemagick: add nixos-icons to passthru.tests

See https://github.com/NixOS/nixpkgs/issues/263157.

+2
+2
pkgs/applications/graphics/ImageMagick/default.nix
··· 30 , Foundation 31 , testers 32 , imagemagick 33 , perlPackages 34 , python3 35 }: ··· 126 127 passthru.tests = { 128 version = testers.testVersion { package = finalAttrs.finalPackage; }; 129 inherit (perlPackages) ImageMagick; 130 inherit (python3.pkgs) img2pdf; 131 pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
··· 30 , Foundation 31 , testers 32 , imagemagick 33 + , nixos-icons 34 , perlPackages 35 , python3 36 }: ··· 127 128 passthru.tests = { 129 version = testers.testVersion { package = finalAttrs.finalPackage; }; 130 + inherit nixos-icons; 131 inherit (perlPackages) ImageMagick; 132 inherit (python3.pkgs) img2pdf; 133 pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;