imagemagick: add nixos-icons to passthru.tests

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

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