mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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;
|
||||
|
||||
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/";
|
||||
|
Loading…
Reference in New Issue
Block a user