extism-js-core: mark as broken on darwin

Build fails due to a linking error: "ld: library not found for -liconv".

(cherry picked from commit 9524d71bd7)
This commit is contained in:
Diogo Correia 2026-06-08 12:17:50 +01:00 committed by github-actions[bot]
commit f29510d730

View file

@ -79,6 +79,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
__structuredAttrs = true;
meta = {
# Fails to build on darwin due to libiconv linking failure (ld: library not found for -liconv)
# See https://github.com/NixOS/nixpkgs/pull/523442 for a (failed) attempt at fixing the issue
broken = stdenv.buildPlatform.isDarwin;
changelog = "https://github.com/extism/js-pdk/releases/tag/${finalAttrs.src.tag}";
description = "Write Extism plugins in JavaScript & TypeScript (WASM core)";
homepage = "https://github.com/extism/js-pdk";