diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-10-17 23:50:11 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-10-17 23:50:32 +0200 |
commit | 93a3d8f6099a733c05295a0e8d8358db1d930937 (patch) | |
tree | 0735c8f42ab76eb1cfc6ec0bba1680418c27ef44 /gnu-system.am | |
parent | 96e424672aa28cd603d94efd05f1fead152da0ee (diff) | |
download | patches-93a3d8f6099a733c05295a0e8d8358db1d930937.tar patches-93a3d8f6099a733c05295a0e8d8358db1d930937.tar.gz |
gnu: glib: Work around test failure in 'gio/tests/network-address.c'.
* gnu/packages/patches/glib-tests-newnet.patch: New file.
* gnu/packages/glib.scm (glib): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 076cd0da4e..4ba110624c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -218,6 +218,7 @@ dist_patch_DATA = \ gnu/packages/patches/gcc-cross-environment-variables.patch \ gnu/packages/patches/glib-tests-desktop.patch \ gnu/packages/patches/glib-tests-homedir.patch \ + gnu/packages/patches/glib-tests-newnet.patch \ gnu/packages/patches/glib-tests-prlimit.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ |