python312Packages.pyopencl: mark as broken on aarch64-darwin

This commit is contained in:
Gaetan Lepage 2024-08-28 13:32:37 +02:00
parent 20767ff03b
commit 87b7cfadb3

View File

@ -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;
};
}