mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] extism-js-core: mark as broken on darwin (#538730)
This commit is contained in:
commit
e726a48228
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue