* NTP daemon.
svn path=/nixpkgs/trunk/; revision=7459
This commit is contained in:
parent
e726057b32
commit
000b1f4cd6
9
pkgs/tools/networking/ntp/default.nix
Normal file
9
pkgs/tools/networking/ntp/default.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "ntp-4.2.2p4";
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.2p4.tar.gz;
|
||||||
|
md5 = "916fe57525f8327f340b203f129088fa";
|
||||||
|
};
|
||||||
|
}
|
@ -434,6 +434,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ntp = import ../tools/networking/ntp {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
openssh = import ../tools/networking/openssh {
|
openssh = import ../tools/networking/openssh {
|
||||||
inherit fetchurl stdenv zlib openssl pam perl;
|
inherit fetchurl stdenv zlib openssl pam perl;
|
||||||
inherit (xlibs) xauth;
|
inherit (xlibs) xauth;
|
||||||
|
Loading…
Reference in New Issue
Block a user