parent
ac4254456e
commit
e55c2246ff
|
@ -3,14 +3,14 @@
|
||||||
assert stdenv.isLinux -> libcap != null;
|
assert stdenv.isLinux -> libcap != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ntp-4.2.4p3";
|
name = "ntp-4.2.4p4";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.4p3.tar.gz;
|
url = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.4p4.tar.gz;
|
||||||
sha256 = "077y1hw6v0qnp3j3w3pcxgsc76waswqhwsbzfj3jqc79jfh65jv9";
|
sha256 = "0im89i51ap7aqlhxq5isz5xg4h8w8ahwdhir8la3c83h3p47fcmv";
|
||||||
};
|
};
|
||||||
configureFlags = "
|
configureFlags = ''
|
||||||
--without-crypto
|
--without-crypto
|
||||||
${if stdenv.isLinux then "--enable-linuxcaps" else ""}
|
${if stdenv.isLinux then "--enable-linuxcaps" else ""}
|
||||||
";
|
'';
|
||||||
buildInputs = if stdenv.isLinux then [libcap] else [];
|
buildInputs = if stdenv.isLinux then [libcap] else [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue