nodejs: added some packages
This commit is contained in:
parent
9d5c8a78a2
commit
8efce598ff
File diff suppressed because it is too large
Load Diff
@ -63,6 +63,7 @@
|
|||||||
, "libyaml"
|
, "libyaml"
|
||||||
, "i18next"
|
, "i18next"
|
||||||
, "stylus"
|
, "stylus"
|
||||||
|
, "nib"
|
||||||
, "npm"
|
, "npm"
|
||||||
, "gridfs-stream"
|
, "gridfs-stream"
|
||||||
, "tar"
|
, "tar"
|
||||||
@ -128,4 +129,20 @@
|
|||||||
, "git-run"
|
, "git-run"
|
||||||
, "bower"
|
, "bower"
|
||||||
, "bower2nix"
|
, "bower2nix"
|
||||||
|
, "npm-check-updates"
|
||||||
|
, "node-stringprep"
|
||||||
|
, "ltx"
|
||||||
|
, "node-xmpp"
|
||||||
|
, "node-xmpp-core"
|
||||||
|
, "node-xmpp-client"
|
||||||
|
, "node-xmpp-component"
|
||||||
|
, "node-xmpp-server"
|
||||||
|
, "node-xmpp-serviceadmin"
|
||||||
|
, "node-xmpp-joap"
|
||||||
|
, "plc"
|
||||||
|
, "7f"
|
||||||
|
, "jfs"
|
||||||
|
, "toobusy"
|
||||||
|
, "cordova"
|
||||||
|
, "sloc"
|
||||||
]
|
]
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
rec {
|
rec {
|
||||||
nativeDeps = {
|
nativeDeps = {
|
||||||
"node-expat" = [ pkgs.expat ];
|
"node-expat" = [ pkgs.expat ];
|
||||||
|
"node-stringprep" = [ pkgs.icu pkgs.which ];
|
||||||
"rbytes" = [ pkgs.openssl ];
|
"rbytes" = [ pkgs.openssl ];
|
||||||
"phantomjs" = [ pkgs.phantomjs ];
|
"phantomjs" = [ pkgs.phantomjs ];
|
||||||
"node-protobuf" = [ pkgs.protobuf ];
|
"node-protobuf" = [ pkgs.protobuf ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user