mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
location moved
svn path=/nixpkgs/trunk/; revision=7527
This commit is contained in:
parent
4c5f454f54
commit
6b8b7566fb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ assert stdenv.isLinux -> libcap != null;
|
|||
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;
|
||||
url = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.2p4.tar.gz;
|
||||
md5 = "916fe57525f8327f340b203f129088fa";
|
||||
};
|
||||
configureFlags = "
|
||||
|
|
Loading…
Reference in a new issue