imagemagick: add nixos-icons to passthru.tests
See https://github.com/NixOS/nixpkgs/issues/263157.
This commit is contained in:
parent
00d3481c14
commit
9bf63352f8
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue