mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
nodePackages: add a few packages, npm2nix regenerate
This commit is contained in:
parent
3532d658b5
commit
5ff19db127
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,7 @@
|
||||
, "browserchannel"
|
||||
, "node-gyp"
|
||||
, "semver"
|
||||
, "npm2nix"
|
||||
, { "npm2nix": "git://github.com/NixOS/npm2nix.git#5.10.2" }
|
||||
, "ansi-remover"
|
||||
, "mkdirp"
|
||||
, "jshint"
|
||||
@ -149,4 +149,48 @@
|
||||
, "trash"
|
||||
, "empty-trash"
|
||||
, "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"
|
||||
]
|
||||
|
@ -24,6 +24,10 @@ rec {
|
||||
"node-stringprep".buildInputs = [ pkgs.icu pkgs.which ];
|
||||
"node-protobuf".buildInputs = [ pkgs.protobuf ];
|
||||
"rbytes".buildInputs = [ pkgs.openssl ];
|
||||
|
||||
bipio.patchPhase = ''
|
||||
${self.json}/bin/json -I -f package.json -e 'this.scripts.install=""'
|
||||
'';
|
||||
} // args.overrides or {};
|
||||
|
||||
# Apply overrides and back compatiblity transformations
|
||||
|
Loading…
Reference in New Issue
Block a user