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:
Florian Brandes 2022-11-01 10:01:16 +01:00
parent afcb9e9c28
commit 4655c35887
No known key found for this signature in database
GPG Key ID: 074048E893713170

View File

@ -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;
};
}