mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
468cb5980b
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
12 lines
365 B
Diff
12 lines
365 B
Diff
--- a/src/calendar/libecal/e-cal-system-timezone.c
|
|
+++ b/src/calendar/libecal/e-cal-system-timezone.c
|
|
@@ -26,7 +26,7 @@
|
|
#ifdef HAVE_SOLARIS
|
|
#define SYSTEM_ZONEINFODIR "/usr/share/lib/zoneinfo/tab"
|
|
#else
|
|
-#define SYSTEM_ZONEINFODIR "/usr/share/zoneinfo"
|
|
+#define SYSTEM_ZONEINFODIR "@tzdata@/share/zoneinfo"
|
|
#endif
|
|
|
|
#define ETC_TIMEZONE "/etc/timezone"
|