Commit 1876a43b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.fastjet: mark as broken

parent a9638c1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  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;
  };
}