about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/howard-hinnant-date/make-zoneinfo-available.diff
blob: f9e69ff38cbb9ea461d31e3dfc11a8995957e886 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/tz.cpp b/src/tz.cpp
index 68436c3..2bfe19e 100644
--- a/src/tz.cpp
+++ b/src/tz.cpp
@@ -349,7 +349,7 @@ discover_tz_dir()
     struct stat sb;
     using namespace std;
 #  ifndef __APPLE__
-    CONSTDATA auto tz_dir_default = "/usr/share/zoneinfo";
+    CONSTDATA auto tz_dir_default = "@tzdata@/share/zoneinfo";
     CONSTDATA auto tz_dir_buildroot = "/usr/share/zoneinfo/uclibc";
 
     // Check special path which is valid for buildroot with uclibc builds