diff options
author | Andy Tai <atai@atai.org> | 2023-06-15 10:35:04 -0700 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-07-22 16:36:49 +0800 |
commit | 27d4563e82bda5d0520fda83c137c43935862cec (patch) | |
tree | 2bb442dfaa8e2b73a0b6d107f713100924930ad3 /gnu/local.mk | |
parent | 1c814ec90b048809c521f73357c4aa75bffc6c59 (diff) | |
download | guix-27d4563e82bda5d0520fda83c137c43935862cec.tar.gz |
gnu: libmateweather: Update to 1.26.1.
* gnu/packages/mate.scm (libmateweather): Update to 1.26.1. [source]: Add libmateweather-use-TZDIR.patch. [inputs]: Replace tzdata with tzdata-for-tests. [arguments]: Set TZDIR, ignore test failure for 'check-timezones.sh'. * gnu/packages/patches/libmateweather-use-TZDIR.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 02a5b4721a..f9d57bbec3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1503,6 +1503,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmad-length-check.patch \ %D%/packages/patches/libmad-md_size.patch \ %D%/packages/patches/libmad-mips-newgcc.patch \ + %D%/packages/patches/libmateweather-use-TZDIR.patch \ %D%/packages/patches/libmp4v2-c++11.patch \ %D%/packages/patches/libmpeg2-arm-private-symbols.patch \ %D%/packages/patches/libmpeg2-global-symbol-test.patch \ |