Unverified Commit babe15e3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #223653 from fabaff/malduck-broken

python310Packages.malduck: mark as broken
parents e585ae75 106a3849
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -60,5 +60,8 @@ buildPythonPackage rec {
    changelog = "https://github.com/CERT-Polska/malduck/releases/tag/v${version}";
    license = with licenses; [ bsd3 ];
    maintainers = with maintainers; [ fab ];
    # Compatibility issues with yara-python v4.3.0
    # https://github.com/CERT-Polska/malduck/issues/88
    broken = true;
  };
}