mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #319519 from doronbehar/pkg/syncall
syncall: mark as broken
This commit is contained in:
commit
f4304ba23f
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user