Unverified Commit 81edd61a authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

Merge pull request #198909 from gador/credslayer-broken

credslayer: mark as broken
parents ff6944b4 4655c358
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
  };
}