Commit aee17cd6 authored by dish's avatar dish
Browse files

treewide: nodePackages.node-gyp-build -> node-gyp-build

parent 7cb019f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  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";
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''