Commit 4b023832 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

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

parent 69e4b68a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -214,6 +214,10 @@ in
      rev = "v${version}";
      sha256 = "1jwc8bhhm21xhrgw56nzbma6fwg59gc8anlmyns7jdiw83y0zx3j";
    };

    meta = {
      broken = !gimp.python2Support;
    };
  };

  texturize = pluginDerivation {