9 version = "unstable-2022-02-20";
11 src = fetchFromGitHub {
14 rev = "c1e10aa4141ed2bb01986b48e0e942e618993c06";
15 hash = "sha256-bPQ1c2KUTkxx2g7IvLmrKgJKfRHTLlTXLR/QQ0O4CrI=";
18 vendorHash = "sha256-12JnEU41sp9qRP07p502EYogveE+aNdfmLwlDRbIdxU=";
20 nativeBuildInputs = [ m4 ];
28 doCheck = false; # no tests
32 make PREFIX="$out" install
37 description = "Daemon for keeping the system timezone up-to-date based on the current location";
38 homepage = "https://github.com/Stebalien/localtime";
39 maintainers = with maintainers; [ lovesegfault ];
40 platforms = platforms.linux;
41 license = licenses.gpl3;
42 mainProgram = "localtimed";