diff --git a/steps-guix/unzip-6.0/patches/fix-time-prototypes-on-linux.patch b/steps-guix/unzip-6.0/patches/fix-time-prototypes-on-linux.patch new file mode 100644 index 00000000..0072e178 --- /dev/null +++ b/steps-guix/unzip-6.0/patches/fix-time-prototypes-on-linux.patch @@ -0,0 +1,12 @@ +--- unzip60/unix/unxcfg.h 2009-01-18 18:09:08 ++++ unzip60/unix/unxcfg.h 2026-02-27 20:56:00 +@@ -117,7 +117,9 @@ + # endif + #else + # include ++# if !defined(__linux__) + struct tm *gmtime(), *localtime(); ++# endif + #endif + + #if (defined(BSD4_4) || (defined(SYSV) && defined(MODERN)))