python312Packages.fastjet: mark as broken

This commit is contained in:
Gaetan Lepage
2025-02-13 13:35:54 +01:00
parent a9638c1ac8
commit 1876a43bbf
@@ -1,8 +1,6 @@
{
lib,
stdenv,
fetchPypi,
fetchurl,
buildPythonPackage,
pytestCheckHook,
pkgs,
@@ -88,5 +86,7 @@ buildPythonPackage rec {
changelog = "https://github.com/scikit-hep/fastjet/releases/tag/v${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ veprbl ];
# ImportError: fastjetcontribfragile.so.0: cannot open shared object file: No such file or directory
broken = true;
};
}