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
commit 8c2c14ac39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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