syncall: mark as broken

This commit is contained in:
Doron Behar 2024-06-13 11:35:04 +03:00
parent 05d7f5e6d9
commit 9355057472

View File

@ -69,5 +69,8 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/bergercookie/syncall"; homepage = "https://github.com/bergercookie/syncall";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ raitobezarius ]; maintainers = with maintainers; [ raitobezarius ];
# Upstream issue making it practically unusable:
# https://github.com/bergercookie/syncall/issues/99
broken = true;
}; };
} }