Commit 9bf63352 authored by Robert Schütz's avatar Robert Schütz
Browse files

imagemagick: add nixos-icons to passthru.tests

parent 00d3481c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;