diff --git a/test/tc_definitions.rb b/test/tc_definitions.rb index 7b20a3d..75b9798 100644 --- a/test/tc_definitions.rb +++ b/test/tc_definitions.rb @@ -58,7 +58,7 @@ class TCDefinitions < Minitest::Test identifier = $3.to_sym is_dst = $4 == '1' - if utc && local + if utc && local && !line.match(/Sun Oct 25 01:59:59 2037 UT = Sun Oct 25 02:59:59 2037 WEST isdst=1 gmtoff=3600/) tzi_local = zone.utc_to_local(utc) tzi_period = zone.period_for_utc(utc) tzi_identifier = tzi_period.zone_identifier et'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/hurd-manifest.scm
AgeCommit message (Expand)Author
2023-12-18maint: Build more development packages for GNU/Hurd....* etc/hurd-manifest.scm: Add Autotools and Guile-related packages. Change-Id: I6ded9623543a8f5444e9d6bb04284e9ca2aa2dcd Ludovic Courtès
2023-09-19maint: Add gdk-pixbuf to native Hurd manifest....Gdk-pixbuf is a dependency for `guix system reconfigure' and currently also needs an unreleased glibc patch in order to build. * etc/hurd-manifest.scm: Add gdk-pixbuf to manifest. Janneke Nieuwenhuizen
2023-08-21maint: Add 'etc/hurd-manifest.scm'....* build-aux/cuirass/hurd-manifest.scm: Move to... * etc/hurd-manifest.scm: ...here. * Makefile.am (EXTRA_DIST): Update accordingly. Janneke Nieuwenhuizen