treewide: nodePackages.node-gyp-build -> node-gyp-build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
fetchFromGitHub,
|
||||
nodePackages,
|
||||
node-gyp-build,
|
||||
makeBinaryWrapper,
|
||||
nodejs,
|
||||
pnpm_10,
|
||||
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ cctools ];
|
||||
|
||||
buildInputs = [
|
||||
nodePackages.node-gyp-build
|
||||
node-gyp-build
|
||||
];
|
||||
|
||||
env.PYTHON = "${python3}/bin/python";
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
python3,
|
||||
xorg,
|
||||
fontconfig,
|
||||
nodePackages,
|
||||
node-gyp-build,
|
||||
ripgrep,
|
||||
pkg-config,
|
||||
libsecret,
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(python3.withPackages (ps: with ps; [ packaging ]))
|
||||
pkg-config
|
||||
nodejs
|
||||
nodePackages.node-gyp-build
|
||||
node-gyp-build
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
xcbuild
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
fetchYarnDeps,
|
||||
fixup-yarn-lock,
|
||||
nodejs,
|
||||
node-gyp-build,
|
||||
nodejs-slim,
|
||||
matrix-sdk-crypto-nodejs,
|
||||
nixosTests,
|
||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
|
||||
fixup-yarn-lock
|
||||
nodejs-slim
|
||||
yarn
|
||||
nodejs.pkgs.node-gyp-build
|
||||
node-gyp-build
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
|
||||
Reference in New Issue
Block a user