add node-protobuf + binary dep

This commit is contained in:
Mathijs Kwik
2013-12-11 00:53:45 +01:00
parent a067bd0ffc
commit 3c265cefdb
3 changed files with 21 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ rec {
"node-expat" = [ pkgs.expat ];
"rbytes" = [ pkgs.openssl ];
"phantomjs" = [ pkgs.phantomjs ];
"node-protobuf" = [ pkgs.protobuf ];
};
buildNodePackage = import ../development/web/nodejs/build-node-package.nix {