spacegun: add missing node-gyp-build global dependency
This commit is contained in:
parent
26642f208b
commit
8150fd8d0d
@ -10,7 +10,7 @@ let
|
||||
};
|
||||
in
|
||||
nodePackages."${packageName}".override {
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
nativeBuildInputs = [ pkgs.makeWrapper pkgs.nodePackages.node-gyp-build ];
|
||||
|
||||
postInstall = ''
|
||||
# Patch shebangs in node_modules, otherwise the webpack build fails with interpreter problems
|
||||
|
Loading…
x
Reference in New Issue
Block a user