chrony; fix installation

This commit is contained in:
Evgeny Egorochkin 2013-12-04 06:11:41 +02:00
parent 1db5dd4ffb
commit 41333e1344

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
buildInputs = [ readline ] ++ stdenv.lib.optional stdenv.isLinux libcap;
configureFlags = [ "--sysconfdir=\$(out)/etc" "--chronyvardir=\$(out)/var/lib/chrony" ];
meta = with stdenv.lib; {
description = "Sets your computer's clock from time servers on the Net";
homepage = "http://chrony.tuxfamily.org/";