forked from mirrors/nixpkgs
nodePackages.webtorrent-cli: add node-gyp dependency, fixes build
This commit is contained in:
parent
0a7e258012
commit
ce4072c662
|
@ -107,4 +107,8 @@ nodePackages // {
|
|||
dontNpmInstall = true; # We face an error with underscore not found, but the package will work fine if we ignore this.
|
||||
};
|
||||
|
||||
webtorrent-cli = nodePackages.webtorrent-cli.override {
|
||||
buildInputs = [ nodePackages.node-gyp-build ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue