Loading pkgs/development/python-modules/pyopencl/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; } Loading
pkgs/development/python-modules/pyopencl/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }