Merge pull request #198909 from gador/credslayer-broken

credslayer: mark as broken
This commit is contained in:
Stanisław Pitucha 2022-11-02 00:02:11 +11:00 committed by GitHub
commit 81edd61a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,5 +48,8 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/ShellCode33/CredSLayer"; homepage = "https://github.com/ShellCode33/CredSLayer";
license = with licenses; [ gpl3Only ]; license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
# Upstream issue https://github.com/ShellCode33/CredSLayer/issues/16
# This package works only with pyshark < 0.5
broken = true;
}; };
} }