gimp: Expose Python 2 support

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