about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2023-03-17 15:04:16 +0100
committerJan Tojnar <jtojnar@gmail.com>2023-03-17 15:22:12 +0100
commit4b023832f84119a67af511f40d6edb440a9064ae (patch)
tree26a20001725137b68bad2d5d2f675d974bcb5f8f /pkgs/applications/graphics/gimp
parent69e4b68ae91f27dad58647ec6b996bbda2439c60 (diff)
gimpPlugins.resynthesizer: Mark as broken for GIMP without Python 2 support
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index f101569219ff6..4ef13e7ad312e 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -214,6 +214,10 @@ in
       rev = "v${version}";
       sha256 = "1jwc8bhhm21xhrgw56nzbma6fwg59gc8anlmyns7jdiw83y0zx3j";
     };
+
+    meta = {
+      broken = !gimp.python2Support;
+    };
   };
 
   texturize = pluginDerivation {