3
0
Fork 0
forked from mirrors/nixpkgs

Add jsontool 5.1.1 (node.js package)

This commit is contained in:
Rob Vermaas 2012-11-23 14:20:48 +01:00
parent e31cd88d9e
commit 410b72e807

View file

@ -494,6 +494,19 @@ let self = {
];
};
"jsontool" = self."jsontool-*";
"jsontool-*" = self.buildNodePackage rec {
name = "jsontool-5.1.1";
src = fetchurl {
url = "http://registry.npmjs.org/jsontool/-/${name}.tgz";
sha256 = "f7c12a0de635905f8134dfc8385f237135494d8c99fc0a5f112ee9735c2b6d05";
};
deps = [
];
};
"knox" = self."knox-*";
"knox-*" = self.buildNodePackage rec {