about summary refs log tree commit diff
path: root/pkgs/tools/graphics/gmic-qt
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2023-02-19 17:48:56 +0100
committerJan Tojnar <jtojnar@gmail.com>2023-02-19 22:56:19 +0100
commite00fa961ed33e59510854b1c89c90d2fd62efcd4 (patch)
tree6921710c4a0f324245badd1b2c3adaf9e9a286cf /pkgs/tools/graphics/gmic-qt
parent24f2c744c71b024adedea79421ef8ec5027dfb21 (diff)
gmic-qt: Add gimp plug-in to passthru.tests
Diffstat (limited to 'pkgs/tools/graphics/gmic-qt')
-rw-r--r--pkgs/tools/graphics/gmic-qt/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/gmic-qt/default.nix b/pkgs/tools/graphics/gmic-qt/default.nix
index 098df04e545cb..dc73849d148ea 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 { };
   };