diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-12-03 22:51:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-03 22:52:19 +0100 |
commit | 36d2a3afeb9fba6f00de77cc62ef51e74380aff9 (patch) | |
tree | 5d9ff107f7d16416a4ec0d2b5b28502ca6819b69 /gnu-system.am | |
parent | f2122ed1dc89353cad49a0ade54060d9946ba8d3 (diff) | |
download | patches-36d2a3afeb9fba6f00de77cc62ef51e74380aff9.tar patches-36d2a3afeb9fba6f00de77cc62ef51e74380aff9.tar.gz |
gnu: glib: Work around unreliable GIO test.
Fixes <http://bugs.gnu.org/18445>.
* gnu/packages/patches/glib-tests-gapplication.patch: New file
* gnu/packages/glib.scm (glib)[source]: Add 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 b3ba176b5b..ddcf2e4943 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -358,6 +358,7 @@ dist_patch_DATA = \ gnu/packages/patches/glib-tests-homedir.patch \ gnu/packages/patches/glib-tests-prlimit.patch \ gnu/packages/patches/glib-tests-timer.patch \ + gnu/packages/patches/glib-tests-gapplication.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/gnunet-fix-scheduler.patch \ |