mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #4734 from flosse/node-packages
added some node packages
This commit is contained in:
commit
e554289b5e
File diff suppressed because it is too large
Load Diff
@ -63,6 +63,7 @@
|
||||
, "libyaml"
|
||||
, "i18next"
|
||||
, "stylus"
|
||||
, "nib"
|
||||
, "npm"
|
||||
, "gridfs-stream"
|
||||
, "tar"
|
||||
@ -128,4 +129,20 @@
|
||||
, "git-run"
|
||||
, "bower"
|
||||
, "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 {
|
||||
nativeDeps = {
|
||||
"node-expat" = [ pkgs.expat ];
|
||||
"node-stringprep" = [ pkgs.icu pkgs.which ];
|
||||
"rbytes" = [ pkgs.openssl ];
|
||||
"phantomjs" = [ pkgs.phantomjs ];
|
||||
"node-protobuf" = [ pkgs.protobuf ];
|
||||
|
Loading…
Reference in New Issue
Block a user