python312Packages.pyopencl: mark as broken on x86_64-darwin too

This commit is contained in:
Gaetan Lepage
2025-01-24 13:23:48 +01:00
parent fa7b1fccc8
commit d2a359cae9
@@ -91,7 +91,10 @@ 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.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
badPlatforms = [
# ld: symbol(s) not found for architecture arm64/x86_64
lib.systems.inspect.patterns.isDarwin
];
};
}