nodePackages: add a few packages, npm2nix regenerate

This commit is contained in:
Jaka Hudoklin 2015-01-25 00:33:41 +01:00
parent 3532d658b5
commit 5ff19db127
3 changed files with 17125 additions and 19136 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
, "browserchannel" , "browserchannel"
, "node-gyp" , "node-gyp"
, "semver" , "semver"
, "npm2nix" , { "npm2nix": "git://github.com/NixOS/npm2nix.git#5.10.2" }
, "ansi-remover" , "ansi-remover"
, "mkdirp" , "mkdirp"
, "jshint" , "jshint"
@ -149,4 +149,48 @@
, "trash" , "trash"
, "empty-trash" , "empty-trash"
, "castnow" , "castnow"
, "parsoid"
, { "kibana-authentication-proxy": "git://github.com/fangli/kibana-authentication-proxy" }
, "react-tools"
, "json"
, "bipio"
, "bip-pod-flickr"
, "bip-pod-imgur"
, "bip-pod-github"
, "bip-pod-twilio"
, "bip-pod-coindesk"
, "bip-pod-twitter"
, "bip-pod-crypto"
, "bip-pod-embedly"
, "bip-pod-mailgun"
, "bip-pod-chain"
, "bip-pod-trello"
, "bip-pod-pusher"
, "bip-pod-keenio"
, "bip-pod-numerous"
, "bip-pod-statuscake"
, "bip-pod-mongodb"
, "bip-pod-facebook"
, "bip-pod-trello"
, "bip-pod-wordpress"
, "bip-pod-alchemy"
, "bip-pod-dropbox"
, "bip-pod-craigslist"
, "bip-pod-soundcloud"
, "bip-pod-mixcloud"
, "bip-pod-instagram"
, "bip-pod-witai"
, "bip-pod-zoho"
, "bip-pod-bitly"
, "bip-pod-circonus"
, "bip-pod-google"
, "bip-pod-mailchimp"
, "bip-pod-pushbullet"
, "bip-pod-todoist"
, "bip-pod-kato"
, "bip-pod-evernote"
, "bip-pod-gmail"
, "bip-pod-github"
, "bip-pod-google-drive"
, "bip-pod-github"
] ]

View File

@ -24,6 +24,10 @@ rec {
"node-stringprep".buildInputs = [ pkgs.icu pkgs.which ]; "node-stringprep".buildInputs = [ pkgs.icu pkgs.which ];
"node-protobuf".buildInputs = [ pkgs.protobuf ]; "node-protobuf".buildInputs = [ pkgs.protobuf ];
"rbytes".buildInputs = [ pkgs.openssl ]; "rbytes".buildInputs = [ pkgs.openssl ];
bipio.patchPhase = ''
${self.json}/bin/json -I -f package.json -e 'this.scripts.install=""'
'';
} // args.overrides or {}; } // args.overrides or {};
# Apply overrides and back compatiblity transformations # Apply overrides and back compatiblity transformations