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:
parent
9b64ebbeb7
commit
330ac8b3dc
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue