Commit 87b7cfad authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.pyopencl: mark as broken on aarch64-darwin

parent 20767ff0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -82,5 +82,7 @@ buildPythonPackage rec {
    changelog = "https://github.com/inducer/pyopencl/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ GaetanLepage ];
    # ld: symbol(s) not found for architecture arm64
    broken = stdenv.isDarwin && stdenv.isAarch64;
  };
}