Unverified Commit 330ac8b3 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

syncthing-gtk: mark as broken

It does not seem to support Python 3 and pygobject no longer supports Python 2.

https://github.com/kozec/syncthing-gtk/issues/487
parent 9b64ebbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ buildPythonApplication rec {
    description = "GTK3 & python based GUI for Syncthing";
    homepage = "https://github.com/syncthing/syncthing-gtk";
    license = licenses.gpl2;
    broken = true;
    maintainers = with maintainers; [ ];
    platforms = syncthing.meta.platforms;
  };