Add complete C toolchain for node-gyp builds
Some checks failed
nix-bitcoin tests / build_test_drivers (push) Has been cancelled
nix-bitcoin tests / check_flake (push) Has been cancelled
nix-bitcoin tests / test_scenario (default) (push) Has been cancelled
nix-bitcoin tests / test_scenario (joinmarket-bitcoind-29) (push) Has been cancelled
nix-bitcoin tests / test_scenario (netns) (push) Has been cancelled
nix-bitcoin tests / test_scenario (netnsRegtest) (push) Has been cancelled

This commit is contained in:
Patrick Mulligan 2026-01-09 22:36:23 +01:00
parent 7af11b2349
commit 6cc376e24e

View file

@ -303,9 +303,13 @@ in
coreutils
gnused
# Native build tools for node-gyp (required for utf-8-validate, bufferutil, etc.)
gcc
stdenv.cc # Full C/C++ toolchain with headers
gnumake
pkg-config
binutils # ar, ranlib, etc.
# Common native dependencies for Node.js modules
libuv
openssl
];
serviceConfig = {