Merge pull request #319519 from doronbehar/pkg/syncall

syncall: mark as broken
This commit is contained in:
Doron Behar 2024-08-03 19:08:43 +00:00 committed by GitHub
commit f4304ba23f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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