dnschain: init at 0.5.3

This commit is contained in:
Thomas Strobel 2015-09-07 19:13:12 +02:00
parent eba96b9f56
commit 119a6e33ed
4 changed files with 2216 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{ stdenv, nodePackages }:
# to update dnschain, run npm2nix package.json package.nix, and
# then add "coffee-script" manually as a dependecy for "dnschain"
# in package.nix.
let
np = nodePackages.override { generated = ./package.nix; self = np; };
in
np.dnschain

View File

@ -0,0 +1,3 @@
[ "dnschain"
, "coffee-script"
]

File diff suppressed because it is too large Load Diff

View File

@ -8968,6 +8968,8 @@ let
diod = callPackage ../servers/diod { lua = lua5_1; };
dnschain = callPackage ../servers/dnschain { };
dovecot = dovecot21;
dovecot21 = callPackage ../servers/mail/dovecot { };