Merge pull request #47869 from schneefux/pkg/webtorrent-cli

nodePackages.webtorrent-cli: add node-gyp dependency, fixes build
This commit is contained in:
Jörg Thalheim
2018-10-04 17:28:59 +01:00
committed by GitHub

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