diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-08 18:41:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-08 18:41:44 +0200 |
commit | 7bc5cc2b96188aad7f452309a0f4ae5aeecdf0e4 (patch) | |
tree | f6cc6d9cc68296490e7a0f48167b69ee817adeaa /Makefile.am | |
parent | 0d62efbe5a14804de6093be44c511c51bc6aa50c (diff) | |
download | patches-7bc5cc2b96188aad7f452309a0f4ae5aeecdf0e4.tar patches-7bc5cc2b96188aad7f452309a0f4ae5aeecdf0e4.tar.gz |
gnu: glib: Update to 2.37.1.
* gnu/packages/glib.scm (glib): Update to 2.37.1. Add Bash and tzdata
as inputs. Remove `glib-tests-timezone.patch'. Augment `pre-build'
phase to set `TZDIR', `XDG_CACHE_HOME', and to modify makefiles to
honor $(TESTS_ENVIRONMENT).
* gnu/packages/patches/glib-tests-desktop.patch,
gnu/packages/patches/glib-tests-homedir.patch: Update.
* gnu/packages/patches/glib-tests-timezone.patch: Remove.
* Makefile.am (dist_patch_DATA): Update accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9f106a27fb..a98bcd3573 100644 --- a/Makefile.am +++ b/Makefile.am @@ -236,7 +236,6 @@ dist_patch_DATA = \ gnu/packages/patches/glib-tests-desktop.patch \ gnu/packages/patches/glib-tests-homedir.patch \ gnu/packages/patches/glib-tests-prlimit.patch \ - gnu/packages/patches/glib-tests-timezone.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-no-ld-so-cache.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ |