mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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:
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user