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
|
, Foundation
|
||||||
, testers
|
, testers
|
||||||
, imagemagick
|
, imagemagick
|
||||||
|
, nixos-icons
|
||||||
, perlPackages
|
, perlPackages
|
||||||
, python3
|
, python3
|
||||||
}:
|
}:
|
||||||
|
@ -126,6 +127,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
version = testers.testVersion { package = finalAttrs.finalPackage; };
|
version = testers.testVersion { package = finalAttrs.finalPackage; };
|
||||||
|
inherit nixos-icons;
|
||||||
inherit (perlPackages) ImageMagick;
|
inherit (perlPackages) ImageMagick;
|
||||||
inherit (python3.pkgs) img2pdf;
|
inherit (python3.pkgs) img2pdf;
|
||||||
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||||
|
|
Loading…
Reference in a new issue