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
This commit is contained in:
Jan Tojnar 2020-10-18 22:14:13 +02:00
parent 9b64ebbeb7
commit 330ac8b3dc
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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;
};