Skip to content

Commit

Permalink
nodePackages.webtorrent-cli: add node-gyp dependency, fixes build
Browse files Browse the repository at this point in the history
(cherry picked from commit ce4072c)
  • Loading branch information
schneefux authored and Mic92 committed Oct 6, 2018
1 parent 9eb724f commit 299814b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/node-packages/default-v8.nix
Expand Up @@ -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 ];
};

}

0 comments on commit 299814b

Please sign in to comment.