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
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:
parent
7af11b2349
commit
6cc376e24e
1 changed files with 5 additions and 1 deletions
|
|
@ -303,9 +303,13 @@ in
|
||||||
coreutils
|
coreutils
|
||||||
gnused
|
gnused
|
||||||
# Native build tools for node-gyp (required for utf-8-validate, bufferutil, etc.)
|
# Native build tools for node-gyp (required for utf-8-validate, bufferutil, etc.)
|
||||||
gcc
|
stdenv.cc # Full C/C++ toolchain with headers
|
||||||
gnumake
|
gnumake
|
||||||
pkg-config
|
pkg-config
|
||||||
|
binutils # ar, ranlib, etc.
|
||||||
|
# Common native dependencies for Node.js modules
|
||||||
|
libuv
|
||||||
|
openssl
|
||||||
];
|
];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue