credslayer: mark as broken

credslayer hasn't been updated since 2020 and is incompatible
with newer versions of pyshark. If the upstream issue gets fixed
the `broken` attribute can be removed.

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2022-11-01 10:01:16 +01:00
parent afcb9e9c28
commit 4655c35887
@@ -48,5 +48,8 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/ShellCode33/CredSLayer";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
# Upstream issue https://github.com/ShellCode33/CredSLayer/issues/16
# This package works only with pyshark < 0.5
broken = true;
};
}