gimpPlugins.resynthesizer: Mark as broken for GIMP without Python 2 support

This commit is contained in:
Jan Tojnar
2023-03-17 15:22:12 +01:00
parent 69e4b68ae9
commit 4b023832f8
@@ -214,6 +214,10 @@ in
rev = "v${version}";
sha256 = "1jwc8bhhm21xhrgw56nzbma6fwg59gc8anlmyns7jdiw83y0zx3j";
};
meta = {
broken = !gimp.python2Support;
};
};
texturize = pluginDerivation {