nodePackages.webtorrent-cli: add node-gyp dependency, fixes build

This commit is contained in:
schneefux 2018-10-04 17:12:52 +02:00
parent 0a7e258012
commit ce4072c662

View file

@ -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 ];
};
}