nodePackage: replace azure-cli by node2nix generated expression + add eslint to fix casperjs

This commit is contained in:
Sander van der Burg 2016-09-01 16:12:56 +00:00
parent b96ba3fc93
commit fc4e4fe083
4 changed files with 9092 additions and 3664 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,15 @@
[
"alloy"
, "azure-cli"
, "bower"
, "bower2nix"
, "browserify"
, "castnow"
, "coffee-script"
, "cordova"
, "dnschain"
, "docker-registry-server"
, "eslint"
, "fetch-bower"
, "forever"
, "git-run"
@ -51,4 +54,5 @@
, "ungit"
, "webdrvr"
, "webpack"
, "wring"
]

View File

@ -449,7 +449,7 @@ in
aws_shell = pythonPackages.aws_shell;
azure-cli = callPackage ../tools/virtualization/azure-cli { };
azure-cli = nodePackages.azure-cli;
ec2_api_tools = callPackage ../tools/virtualization/ec2-api-tools { };