credslayer: mark as broken

This commit is contained in:
Nojus 2024-12-03 02:35:56 +01:00
parent 7214855ea4
commit 90c4ec91e3

View File

@ -55,5 +55,8 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/ShellCode33/CredSLayer";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
# broken due to wireshark 4.4 bump
# see: https://github.com/NixOS/nixpkgs/pull/344914
broken = true;
};
}