From e00fa961ed33e59510854b1c89c90d2fd62efcd4 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 19 Feb 2023 17:48:56 +0100 Subject: [PATCH] gmic-qt: Add gimp plug-in to passthru.tests --- pkgs/tools/graphics/gmic-qt/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/tools/graphics/gmic-qt/default.nix b/pkgs/tools/graphics/gmic-qt/default.nix index 098df04e545c..dc73849d148e 100644 --- a/pkgs/tools/graphics/gmic-qt/default.nix +++ b/pkgs/tools/graphics/gmic-qt/default.nix @@ -26,6 +26,7 @@ , coreutils , jq , nix-update-script +, gimpPlugins }: let @@ -99,6 +100,10 @@ mkDerivation rec { ''; passthru = { + tests = { + gimp-plugin = gimpPlugins.gmic; + }; + updateScript = nix-update-script { }; };