Commit 69e4b68a authored by Jan Tojnar's avatar Jan Tojnar
Browse files

gimp: Expose Python 2 support

parent ed923bb6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {