Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / compilers / go / tzdata-1.19.patch
blobf5b55d5d7e5c65e3fdf2cc25384486a5b5898622
1 diff --git a/src/time/zoneinfo_unix.go b/src/time/zoneinfo_unix.go
2 index 67b8beb47b..5cd1fb1759 100644
3 --- a/src/time/zoneinfo_unix.go
4 +++ b/src/time/zoneinfo_unix.go
5 @@ -18,6 +18,7 @@ import (
6 // Many systems use /usr/share/zoneinfo, Solaris 2 has
7 // /usr/share/lib/zoneinfo, IRIX 6 has /usr/lib/locale/TZ.
8 var platformZoneSources = []string{
9 + "@tzdata@/share/zoneinfo/",
10 "/usr/share/zoneinfo/",
11 "/usr/share/lib/zoneinfo/",
12 "/usr/lib/locale/TZ/",