1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

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"; description = "GTK3 & python based GUI for Syncthing";
homepage = "https://github.com/syncthing/syncthing-gtk"; homepage = "https://github.com/syncthing/syncthing-gtk";
license = licenses.gpl2; license = licenses.gpl2;
broken = true;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = syncthing.meta.platforms; platforms = syncthing.meta.platforms;
}; };