Skip to content

Commit

Permalink
nodePackages.dhcp: init at 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Jul 28, 2017
1 parent 5b99d53 commit d460fd0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/node-packages/node-packages-v6.json
Expand Up @@ -8,6 +8,7 @@
, "coffee-script"
, "cordova"
, "csslint"
, "dhcp"
, "dnschain"
, "docker-registry-server"
, "elasticdump"
Expand Down
19 changes: 19 additions & 0 deletions pkgs/development/node-packages/node-packages-v6.nix
Expand Up @@ -22688,6 +22688,25 @@ in
};
production = true;
};
dhcp = nodeEnv.buildNodePackage {
name = "dhcp";
packageName = "dhcp";
version = "0.2.9";
src = fetchurl {
url = "https://registry.npmjs.org/dhcp/-/dhcp-0.2.9.tgz";
sha1 = "204208be1cef2788d528744fb263f60a528363a2";
};
dependencies = [
sources."minimist-1.2.0"
];
buildInputs = globalBuildInputs;
meta = {
description = "A DHCP server written in JavaScript";
homepage = https://github.com/infusion/node-dhcp;
license = "MIT OR GPL-2.0";
};
production = true;
};
dnschain = nodeEnv.buildNodePackage {
name = "dnschain";
packageName = "dnschain";
Expand Down

0 comments on commit d460fd0

Please sign in to comment.