Skip to content

Commit d5461d7

Browse files
CopilotMic92
andauthored
claude-code-acp: fix build failure with --ignore-scripts (#974)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Mic92 <[email protected]>
1 parent 48b4764 commit d5461d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/claude-code-acp/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ buildNpmPackage rec {
1717

1818
npmDepsHash = "sha256-I5/f4H/aW+lexBriVZoqIzbhwmdW1eZTMZftoE9XaAs=";
1919

20+
# Disable install scripts to avoid platform-specific dependency fetching issues
21+
npmFlags = [ "--ignore-scripts" ];
22+
2023
meta = with lib; {
2124
description = "An ACP-compatible coding agent powered by the Claude Code SDK (TypeScript)";
2225
homepage = "https://github.com/zed-industries/claude-code-acp";

0 commit comments

Comments
 (0)