netlify-cli: Switch to shrinkwrap-based package set

This commit is contained in:
Robert Hensing
2021-10-15 21:24:48 +02:00
parent 6b09d86b7b
commit f65b1451a0
3 changed files with 1 additions and 10 deletions
@@ -319,14 +319,6 @@ let
'';
};
netlify-cli =
super.netlify-cli.override {
preRebuild = ''
export ESBUILD_BINARY_PATH="${pkgs.esbuild_netlify}/bin/esbuild"
'';
meta.maintainers = with lib.maintainers; [ roberth ];
};
ssb-server = super.ssb-server.override {
buildInputs = [ pkgs.automake pkgs.autoconf self.node-gyp-build ];
meta.broken = since "10";
@@ -184,7 +184,6 @@
, "multi-file-swagger"
, "musescore-downloader"
, "neovim"
, "netlify-cli"
, "nijs"
, "node-gyp"
, "node-gyp-build"
+1 -1
View File
@@ -7646,7 +7646,7 @@ with pkgs;
netkittftp = callPackage ../tools/networking/netkit/tftp { };
netlify-cli = nodePackages.netlify-cli;
netlify-cli = callPackage ../development/web/netlify-cli { };
netpbm = callPackage ../tools/graphics/netpbm { };