spacegun: add missing node-gyp-build global dependency

This commit is contained in:
Sander van der Burg 2021-01-23 17:56:39 +01:00 committed by Sander van der Burg
parent 26642f208b
commit 8150fd8d0d

View File

@ -10,7 +10,7 @@ let
}; };
in in
nodePackages."${packageName}".override { nodePackages."${packageName}".override {
nativeBuildInputs = [ pkgs.makeWrapper ]; nativeBuildInputs = [ pkgs.makeWrapper pkgs.nodePackages.node-gyp-build ];
postInstall = '' postInstall = ''
# Patch shebangs in node_modules, otherwise the webpack build fails with interpreter problems # Patch shebangs in node_modules, otherwise the webpack build fails with interpreter problems