chrony; fix installation
This commit is contained in:
parent
1db5dd4ffb
commit
41333e1344
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ readline ] ++ stdenv.lib.optional stdenv.isLinux libcap;
|
buildInputs = [ readline ] ++ stdenv.lib.optional stdenv.isLinux libcap;
|
||||||
|
|
||||||
|
configureFlags = [ "--sysconfdir=\$(out)/etc" "--chronyvardir=\$(out)/var/lib/chrony" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Sets your computer's clock from time servers on the Net";
|
description = "Sets your computer's clock from time servers on the Net";
|
||||||
homepage = "http://chrony.tuxfamily.org/";
|
homepage = "http://chrony.tuxfamily.org/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user