gimp: Expose Python 2 support

This commit is contained in:
Jan Tojnar
2023-03-17 15:22:12 +01:00
parent ed923bb61d
commit 69e4b68ae9
@@ -182,6 +182,8 @@ in stdenv.mkDerivation (finalAttrs: {
# probably its a good idea to use the same gtk in plugins ?
gtk = gtk2;
python2Support = withPython;
};
meta = with lib; {