python312Packages.pyopencl: mark as broken on aarch64-darwin
This commit is contained in:
parent
20767ff03b
commit
87b7cfadb3
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user