mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 20:37:56 +00:00
imagemagick: add nixos-icons to passthru.tests
See https://github.com/NixOS/nixpkgs/issues/263157.
This commit is contained in:
parent
00d3481c14
commit
9bf63352f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user