fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git] / pkgs / by-name / gn / gnome-settings-daemon43 / fix-paths.patch
blob2229302cab7c0cbcf5e86aa30bf5d357fa84b06b
1 --- a/plugins/datetime/tz.h
2 +++ b/plugins/datetime/tz.h
3 @@ -27,11 +27,7 @@
5 #include <glib.h>
7 -#ifndef __sun
8 -# define TZ_DATA_FILE "/usr/share/zoneinfo/zone.tab"
9 -#else
10 -# define TZ_DATA_FILE "/usr/share/lib/zoneinfo/tab/zone_sun.tab"
11 -#endif
12 +#define TZ_DATA_FILE "@tzdata@/share/zoneinfo/zone.tab"
14 typedef struct _TzDB TzDB;
15 typedef struct _TzLocation TzLocation;