node-packages: add a few packages, fix, regenerate
This commit is contained in:
parent
fd15fe4f09
commit
2497836f66
File diff suppressed because it is too large
Load Diff
@ -31,7 +31,7 @@
|
|||||||
, "browserchannel"
|
, "browserchannel"
|
||||||
, "node-gyp"
|
, "node-gyp"
|
||||||
, "semver"
|
, "semver"
|
||||||
, { "npm2nix": "git://github.com/NixOS/npm2nix.git#5.11.0" }
|
, { "npm2nix": "git://github.com/NixOS/npm2nix.git#5.12.0" }
|
||||||
, "ansi-remover"
|
, "ansi-remover"
|
||||||
, "mkdirp"
|
, "mkdirp"
|
||||||
, "jshint"
|
, "jshint"
|
||||||
@ -66,7 +66,7 @@
|
|||||||
, "flatiron"
|
, "flatiron"
|
||||||
, "ironhorse"
|
, "ironhorse"
|
||||||
, "fs-walk"
|
, "fs-walk"
|
||||||
, "statsd"
|
, { "statsd": "https://github.com/etsy/statsd/tarball/23b331895cc4b22b64a19fd0e7b6def6f6f30d9e"}
|
||||||
, "statsd-librato-backend"
|
, "statsd-librato-backend"
|
||||||
, "stackdriver-statsd-backend"
|
, "stackdriver-statsd-backend"
|
||||||
, "statsd-influxdb-backend"
|
, "statsd-influxdb-backend"
|
||||||
@ -147,7 +147,7 @@
|
|||||||
, "empty-trash"
|
, "empty-trash"
|
||||||
, "castnow"
|
, "castnow"
|
||||||
, "parsoid"
|
, "parsoid"
|
||||||
, { "kibana-authentication-proxy": "git://github.com/fangli/kibana-authentication-proxy" }
|
, { "kibana-authentication-proxy": "git://github.com/fangli/kibana-authentication-proxy.git" }
|
||||||
, "react-tools"
|
, "react-tools"
|
||||||
, "json"
|
, "json"
|
||||||
, "bipio"
|
, "bipio"
|
||||||
@ -192,4 +192,6 @@
|
|||||||
, "bip-pod-github"
|
, "bip-pod-github"
|
||||||
, "sleep"
|
, "sleep"
|
||||||
, "node-red"
|
, "node-red"
|
||||||
|
, "sinopia"
|
||||||
|
, "docker-registry-server"
|
||||||
]
|
]
|
||||||
|
@ -63,7 +63,6 @@ in rec {
|
|||||||
sha1 = "26220f7e43ee3c0d714860db61c4d0ecc9bb3d89";
|
sha1 = "26220f7e43ee3c0d714860db61c4d0ecc9bb3d89";
|
||||||
}} ../webdrvr/chromedriver_linux64.zip
|
}} ../webdrvr/chromedriver_linux64.zip
|
||||||
'';
|
'';
|
||||||
statsd.skipOptionalDependencies = ["hashring" "node-syslog"];
|
|
||||||
} // args.overrides or {};
|
} // args.overrides or {};
|
||||||
|
|
||||||
# Apply overrides and back compatiblity transformations
|
# Apply overrides and back compatiblity transformations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user