gimp: Expose Python 2 support

+2
+2
pkgs/applications/graphics/gimp/default.nix
··· 182 182 183 183 # probably its a good idea to use the same gtk in plugins ? 184 184 gtk = gtk2; 185 + 186 + python2Support = withPython; 185 187 }; 186 188 187 189 meta = with lib; {