spacegun: add missing node-gyp-build global dependency
This commit is contained in:
parent
26642f208b
commit
8150fd8d0d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user